bug-binutils
[Top][All Lists]
Advanced

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

[Bug binutils/13947] Strip applied twice corrupts binaries compiled with


From: hjl.tools at gmail dot com
Subject: [Bug binutils/13947] Strip applied twice corrupts binaries compiled with --emit-relocs
Date: Mon, 09 Apr 2012 23:26:02 +0000

http://sourceware.org/bugzilla/show_bug.cgi?id=13947

--- Comment #2 from H.J. Lu <hjl.tools at gmail dot com> 2012-04-09 23:26:02 
UTC ---
x86-64 backend uses the reloc_count field in .rela.plt section
to store the number of relocations it has.  It confuses
bfd_elf_final_link to set SEC_RELOC on .rela.plt, which
leads to erroneous .rela.rela.plt section.

-- 
Configure bugmail: http://sourceware.org/bugzilla/userprefs.cgi?tab=email
------- 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]