Ignore:
Timestamp:
Jan 18, 2011, 1:46:14 PM (15 years ago)
Author:
[email protected]
Message:

2011-01-18 Dimitry Andric <[email protected]>

Reviewed by Andreas Kling.

Fix linking JavaScriptCore on FreeBSD/amd64
https://bugs.webkit.org/show_bug.cgi?id=52591

Linking of JavaScriptCore on FreeBSD/amd64 fails, for the same reason as
in bug 28422: cti_vm_throw needs a "@plt" suffix, otherwise the linker
complains about the relocation type.

  • jit/JITStubs.cpp: use @plt suffix on x86_64 platforms, for both Linux and FreeBSD.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Source/JavaScriptCore/ChangeLog

    r76049 r76060  
     12011-01-18  Dimitry Andric  <[email protected]>
     2
     3        Reviewed by Andreas Kling.
     4
     5        Fix linking JavaScriptCore on FreeBSD/amd64
     6        https://bugs.webkit.org/show_bug.cgi?id=52591
     7
     8        Linking of JavaScriptCore on FreeBSD/amd64 fails, for the same reason as
     9        in bug 28422: cti_vm_throw needs a "@plt" suffix, otherwise the linker
     10        complains about the relocation type.
     11
     12        * jit/JITStubs.cpp: use @plt suffix on x86_64 platforms, for both Linux
     13        and FreeBSD.
     14
    1152011-01-18  Oliver Hunt  <[email protected]>
    216
Note: See TracChangeset for help on using the changeset viewer.