[Webkit-unassigned] [Bug 96400] New: WTF fails to compile in thumb mode when llint is enabled.

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Sep 11 09:26:12 PDT 2012


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

           Summary: WTF fails to compile in thumb mode when llint is
                    enabled.
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: Unspecified
        OS/Version: Linux
            Status: UNCONFIRMED
          Severity: Normal
          Priority: P2
         Component: JavaScriptCore
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: xingri at gmail.com


libWTF_la_FastMalloc.o compile error with follwing error when the -mthumb option is passed 
to Armv7 GCC Cross Compiler for llint build mode of JavaScript Core.

GNU assembler version 2.21(armv7a-linux-gnuabi) using BFD version(GNU Binutils) 2.21
/tmp/ccqNNDc0.s: Assembler messages:
/tmp/ccqNNDc0.s: 1268: Error: bad immediate value for offset(4080)
/tmp/ccqNNDc0.s: 1271: Error: bad immediate value for offset(4080)
/tmp/ccqNNDc0.s: 1800: Error: bad immediate value for offset(4080)
/tmp/ccqNNDc0.s: 1803: Error: bad immediate value for offset(4080)
/tmp/ccqNNDc0.s: 2758: Error: bad immediate value for offset(4080)
/tmp/ccqNNDc0.s: 2761: Error: bad immediate value for offset(4080)
................
/tmp/ccqNNDc0.s: 10064: Error: bad immediate value for offset(4080)
/tmp/ccqNNDc0.s: 10067: Error: bad immediate value for offset(4080)
/opt/crosstool/bin/../lib/gcc/armv7a-linux-gnuabi/4.5.1/../../../../armv7a-linux-gnuabi/bin/as: BFD (GNU Binutils) 2.21 assertion fail ../../binutils-2.21/bfd/elf.c:2795
armv7a-vfp-linux-gnueabi-g++: Internal error: Segmentation fault(program as)

-- 
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