[Webkit-unassigned] [Bug 127903] New: Fix the ARM traditional build after jsCStack branch merge

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Jan 30 03:44:30 PST 2014


https://bugs.webkit.org/show_bug.cgi?id=127903

           Summary: Fix the ARM traditional build after jsCStack branch
                    merge
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: Unspecified
        OS/Version: Unspecified
            Status: NEW
          Severity: Blocker
          Priority: P1
         Component: New Bugs
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: ossy at webkit.org
                CC: ossy at webkit.org, rgabor at webkit.org
            Blocks: 127763


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

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list