bug-binutils
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Bug ld/22845] -z separate-code doesn't work right


From: hjl.tools at gmail dot com
Subject: [Bug ld/22845] -z separate-code doesn't work right
Date: Thu, 15 Feb 2018 22:28:55 +0000

https://sourceware.org/bugzilla/show_bug.cgi?id=22845

--- Comment #4 from H.J. Lu <hjl.tools at gmail dot com> ---
FAIL: ld-elf/eh4

address@hidden ld]$
/export/build/gnu/binutils/build-x86_64-linux/ld/../gas/as-new  --defsym
ALIGN=3 --64  -o tmpdir/eh4.o
/export/gnu/import/git/sources/binutils-gdb/ld/testsuite/ld-elf/eh4.s
address@hidden ld]$
/export/build/gnu/binutils/build-x86_64-linux/ld/../gas/as-new  --defsym
ALIGN=3 --64  -o tmpdir/eh4a.o
/export/gnu/import/git/sources/binutils-gdb/ld/testsuite/ld-elf/eh4a.s
address@hidden ld]$ ld -z separate-code  -z norelro 
-L/export/gnu/import/git/sources/binutils-gdb/ld/testsuite/ld-elf  -melf_x86_64
-shared -Ttext 0x400 -o tmpdir/dump tmpdir/eh4.o tmpdir/eh4a.o 
ld: section .eh_frame LMA [0000000000200000,0000000000200073] overlaps section
.plt LMA [0000000000200000,000000000020001f]
address@hidden ld]$ 

-Ttext 0x400 doesn't work with -z separate-code.

-- 
You are receiving this mail because:
You are on the CC list for the bug.


reply via email to

[Prev in Thread] Current Thread [Next in Thread]