Bug 125454

Summary: sh4 port doesn't build since r160244
Product: WebKit Reporter: Julien Brianceau <jbriance>
Component: JavaScriptCoreAssignee: Nobody <webkit-unassigned>
Status: RESOLVED FIXED    
Severity: Normal CC: commit-queue, fpizlo, msaboff, oliver, yannick.poirier
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   
Attachments:
Description Flags
sh4 LLINT build fix. none

Description Julien Brianceau 2013-12-09 08:32:20 PST
sh4 LLINT build is broken since http://trac.webkit.org/changeset/160244

    [100%] Building CXX object Source/JavaScriptCore/CMakeFiles/JavaScriptCore.dir/llint/LowLevelInterpreter.cpp.o
    /tmp/ccoslcqI.s: Assembler messages:
    /tmp/ccoslcqI.s:12475: Error: displacement to defined symbol llint_throw_from_slow_path_trampoline overflows 12-bit field
    make[3]: *** [Source/JavaScriptCore/CMakeFiles/JavaScriptCore.dir/llint/LowLevelInterpreter.cpp.o] Error 1

The problem is identified and comes from sh4 LLINT implementation, not r160244. I'll submit a patch soon
Comment 1 Julien Brianceau 2013-12-09 09:20:56 PST
Created attachment 218769 [details]
sh4 LLINT build fix.
Comment 2 WebKit Commit Bot 2013-12-09 10:33:48 PST
Comment on attachment 218769 [details]
sh4 LLINT build fix.

Clearing flags on attachment: 218769

Committed r160315: <http://trac.webkit.org/changeset/160315>
Comment 3 WebKit Commit Bot 2013-12-09 10:33:51 PST
All reviewed patches have been landed.  Closing bug.