From d44c746aedeb31aacd867edc2da30dedc1e63e15 Mon Sep 17 00:00:00 2001 From: Alan Modra Date: Mon, 31 Jul 2017 10:18:46 +0930 Subject: PR 21847, PowerPC64 --plt-localentry again This makes ld warn about --plt-localentry if a version of glibc without the necessary ld.so checks is detected, and revises the documentation. bfd/ * elf64-ppc.c (ppc64_elf_tls_setup): Warn on --plt-localentry without ld.so checks. gold/ * powerpc.cc (Target_powerpc::scan_relocs): Warn on --plt-localentry without ld.so checks. ld/ * ld.texinfo (plt-localentry): Revise. --- ld/ChangeLog | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'ld/ChangeLog') diff --git a/ld/ChangeLog b/ld/ChangeLog index 2a371b9..3c918e6 100644 --- a/ld/ChangeLog +++ b/ld/ChangeLog @@ -1,3 +1,7 @@ +2017-07-31 Alan Modra + + * ld.texinfo (plt-localentry): Revise. + 2017-07-29 Alan Modra * ld.texinfo (plt-localentry): Document. -- cgit v1.1