Bug 125454 - sh4 port doesn't build since r160244
Summary: sh4 port doesn't build since r160244
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-12-09 08:32 PST by Julien Brianceau
Modified: 2013-12-09 10:33 PST (History)
5 users (show)

See Also:


Attachments
sh4 LLINT build fix. (3.70 KB, patch)
2013-12-09 09:20 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-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.