Bug 141288

Summary: Fix the ARMv6 build after r167566
Product: WebKit Reporter: Csaba Osztrogonác <ossy>
Component: JavaScriptCoreAssignee: Nobody <webkit-unassigned>
Status: NEW ---    
Severity: Normal CC: barbieri, cand, iscaro
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   
Bug Depends on:    
Bug Blocks: 108645    
Attachments:
Description Flags
The patch none

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.