Bug 123796 - [mips] Build is broken for MIPS platforms
Summary: [mips] Build is broken for MIPS platforms
Status: RESOLVED FIXED
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:
 
Reported: 2013-11-05 03:21 PST by Julien Brianceau
Modified: 2013-11-05 07:30 PST (History)
6 users (show)

See Also:


Attachments
Fix build for MIPS platforms. (4.70 KB, patch)
2013-11-05 03:29 PST, Julien Brianceau
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Julien Brianceau 2013-11-05 03:21:57 PST
Build of JavaScriptCore is broken for mips architecture. Needed changes:
- add framePointerRegister, firstRegister, lastRegister, firstFPRegister and lastFPRegister in MIPS assembler part
- update MIPS assembler part to handle http://trac.webkit.org/changeset/157690 change
Comment 1 Julien Brianceau 2013-11-05 03:29:22 PST
Created attachment 216018 [details]
Fix build for MIPS platforms.
Comment 2 WebKit Commit Bot 2013-11-05 07:30:31 PST
Comment on attachment 216018 [details]
Fix build for MIPS platforms.

Clearing flags on attachment: 216018

Committed r158670: <http://trac.webkit.org/changeset/158670>
Comment 3 WebKit Commit Bot 2013-11-05 07:30:32 PST
All reviewed patches have been landed.  Closing bug.