[Bug libc/18078] FAIL: elf/check-localplt with ld from binutils 2.26
cvs-commit at gcc dot gnu.org
sourceware-bugzilla@sourceware.org
Mon Mar 9 23:04:00 GMT 2015
https://sourceware.org/bugzilla/show_bug.cgi?id=18078
--- Comment #1 from cvs-commit at gcc dot gnu.org <cvs-commit at gcc dot gnu.org> ---
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "GNU C Library master sources".
The branch, hjl/pr18078 has been created
at 9d758fcf853188107fab5a788af5c295f5e5e2ce (commit)
- Log -----------------------------------------------------------------
https://sourceware.org/git/gitweb.cgi?p=glibc.git;h=9d758fcf853188107fab5a788af5c295f5e5e2ce
commit 9d758fcf853188107fab5a788af5c295f5e5e2ce
Author: H.J. Lu <hjl.tools@gmail.com>
Date: Mon Mar 9 13:22:01 2015 -0700
Mark PLT entries for free and malloc options
On x86, linker in binutils 2.26 and newer consolidates R_*_JUMP_SLOT with
R_*_GLOB_DAT relocation against the same symbol. It makes R_*_JUMP_SLOT
relocations against free and malloc optional. We should mark PLT entries
for free and malloc optional.
[BZ #18078]
* sysdeps/unix/sysv/linux/i386/localplt.data: Mark PLT entries
for free and malloc optional.
* sysdeps/x86_64/localplt.data: New file.
-----------------------------------------------------------------------
--
You are receiving this mail because:
You are on the CC list for the bug.
More information about the Glibc-bugs
mailing list