WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
RESOLVED FIXED
127903
Fix the ARM Thumb2 build after jsCStack branch merge
https://bugs.webkit.org/show_bug.cgi?id=127903
Summary
Fix the ARM Thumb2 build after jsCStack branch merge
Csaba Osztrogonác
Reported
2014-01-30 03:41:54 PST
The merge broke the ARM Thumb2 build on Linux. Here is the error log: {standard input}: Assembler messages: {standard input}:63: Error: r13 not allowed here -- `subs sp,r7,#8' {standard input}:67: Error: r13 not allowed here -- `adds sp,r7,#40' {standard input}:153: Error: r13 not allowed here -- `adds sp,r7,#40' {standard input}:207: Error: r13 not allowed here -- `subs sp,r7,#8' {standard input}:211: Error: r13 not allowed here -- `adds sp,r7,#40' {standard input}:283: Error: r13 not allowed here -- `adds sp,r7,#40' {standard input}:357: Error: r13 not allowed here -- `subs sp,r7,r2' {standard input}:392: Error: r13 not allowed here -- `subs sp,r7,r2' {standard input}:432: Error: r13 not allowed here -- `subs sp,r7,r2' {standard input}:511: Error: r13 not allowed here -- `subs sp,r7,r2' {standard input}:591: Error: r13 not allowed here -- `subs sp,r7,r2' {standard input}:683: Error: r13 not allowed here -- `subs sp,r7,r2' {standard input}:759: Error: r13 not allowed here -- `adds sp,r7,#40' {standard input}:4774: Error: r13 not allowed here -- `subs sp,r7,r8' {standard input}:6707: Error: r13 not allowed here -- `subs sp,r7,r8' {standard input}:6726: Error: r13 not allowed here -- `adds sp,r1,#8' {standard input}:6733: Error: r13 not allowed here -- `subs sp,r7,r8' {standard input}:6799: Error: r13 not allowed here -- `subs sp,r7,r8' {standard input}:6818: Error: r13 not allowed here -- `adds sp,r1,#8' {standard input}:6825: Error: r13 not allowed here -- `subs sp,r7,r8' {standard input}:6860: Error: r13 not allowed here -- `subs sp,r1,#8' {standard input}:6867: Error: r13 not allowed here -- `adds sp,r1,#8' {standard input}:6874: Error: r13 not allowed here -- `subs sp,r7,r8' {standard input}:6898: Error: r13 not allowed here -- `adds sp,r1,#8' {standard input}:6905: Error: r13 not allowed here -- `subs sp,r7,r8' {standard input}:7144: Error: r13 not allowed here -- `subs sp,r7,r8' {standard input}:7206: Error: r13 not allowed here -- `subs sp,r7,r8' make[2]: *** [Source/JavaScriptCore/CMakeFiles/JavaScriptCore.dir/llint/LowLevelInterpreter.cpp.o] Error 1
Attachments
proposed patch
(3.18 KB, patch)
2014-01-31 07:37 PST
,
Gabor Rapcsanyi
no flags
Details
Formatted Diff
Diff
View All
Add attachment
proposed patch, testcase, etc.
Gabor Rapcsanyi
Comment 1
2014-01-31 07:37:33 PST
Created
attachment 222813
[details]
proposed patch
Geoffrey Garen
Comment 2
2014-01-31 08:41:26 PST
Are you sure about this? These instructions compile OK on the Apple ARM Thumb2 build. Michael, can you comment?
Michael Saboff
Comment 3
2014-01-31 10:27:59 PST
(In reply to
comment #2
)
> Are you sure about this? These instructions compile OK on the Apple ARM Thumb2 build. Michael, can you comment?
It depends on what add or sub instruction the assembler chooses to use as to whether sp is a legal target. I'm fine with the change.
WebKit Commit Bot
Comment 4
2014-01-31 10:55:18 PST
Comment on
attachment 222813
[details]
proposed patch Clearing flags on attachment: 222813 Committed
r163179
: <
http://trac.webkit.org/changeset/163179
>
WebKit Commit Bot
Comment 5
2014-01-31 10:55:20 PST
All reviewed patches have been landed. Closing bug.
Note
You need to
log in
before you can comment on or make changes to this bug.
Top of Page
Format For Printing
XML
Clone This Bug