Bug 141288 - Fix the ARMv6 build after r167566
Summary: Fix the ARMv6 build after r167566
Status: NEW
Alias: None
Product: WebKit
Classification: Unclassified
Component: JavaScriptCore (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks: 108645
  Show dependency treegraph
 
Reported: 2015-02-05 05:14 PST by Csaba Osztrogonác
Modified: 2017-03-31 06:42 PDT (History)
3 users (show)

See Also:


Attachments
The patch (2.62 KB, patch)
2017-03-31 06:40 PDT, iscaro
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Csaba Osztrogonác 2015-02-05 05:14:43 PST
There is no movw and movt on ARMv6:
https://bugs.webkit.org/show_bug.cgi?id=131612#c17

I don't think if anybody wants to support this legacy architecture ...
but feel free to pick it up and fix if somebody is interested it in.
Comment 1 iscaro 2017-03-31 06:40:33 PDT
Created attachment 305968 [details]
The patch

I've created a patch for this bug. If possible, could you review it please?
Thanks.