[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Bug ld/22374] Unnecessary PLT entries
From: |
cvs-commit at gcc dot gnu.org |
Subject: |
[Bug ld/22374] Unnecessary PLT entries |
Date: |
Fri, 27 Apr 2018 09:33:16 +0000 |
https://sourceware.org/bugzilla/show_bug.cgi?id=22374
--- Comment #8 from cvs-commit at gcc dot gnu.org <cvs-commit at gcc dot
gnu.org> ---
The binutils-2_30-branch branch has been updated by Alan Modra
<address@hidden>:
https://sourceware.org/git/gitweb.cgi?p=binutils-gdb.git;h=69bc498952e7e477d6f96f3b6f900a6112e82350
commit 69bc498952e7e477d6f96f3b6f900a6112e82350
Author: Alan Modra <address@hidden>
Date: Fri Apr 27 15:46:40 2018 +0930
PR23123, PowerPC32 ifunc regression
Two of the gcc ifunc tests fail for ppc32, due to my pr22374 fix being
a little too enthusiastic in trimming PLT entries. ppc64 doesn't have
the same failures because ppc64_elf_check_relocs happens to set
needs_plt for any ifunc reloc.
PR 23123
PR 22374
* elf32-ppc.c (ppc_elf_adjust_dynamic_symbol): Don't drop plt
relocs for ifuncs.
* elf64-ppc.c (ppc64_elf_adjust_dynamic_symbol): Comment fixes.
(cherry picked from commit 04383fd15b3b82d824df9c72e3ade88c43bfb5ac)
--
You are receiving this mail because:
You are on the CC list for the bug.