Changeset 76060 in webkit for trunk/Source/JavaScriptCore/ChangeLog
- Timestamp:
- Jan 18, 2011, 1:46:14 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Source/JavaScriptCore/ChangeLog
r76049 r76060 1 2011-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 1 15 2011-01-18 Oliver Hunt <[email protected]> 2 16
Note:
See TracChangeset
for help on using the changeset viewer.