From ca45f6e9905edbe4066e1c8f30cc22fb6a0716f9 Mon Sep 17 00:00:00 2001 From: "H.J. Lu" Date: Thu, 16 Jun 2016 12:38:34 -0700 Subject: [PATCH] Add missing ChangeLog entries commit bf52d7c72035679e6b3ab601133c56a4388f4dc9 Author: H.J. Lu Date: Wed Jun 15 10:35:38 2016 -0700 Don't check undefined symbol for IFUNC reloc --- bfd/ChangeLog | 6 ++++++ ld/ChangeLog | 7 +++++++ 2 files changed, 13 insertions(+) diff --git a/bfd/ChangeLog b/bfd/ChangeLog index 09150db5306..ca265771483 100644 --- a/bfd/ChangeLog +++ b/bfd/ChangeLog @@ -1,3 +1,9 @@ +2016-06-16 H.J. Lu + + * elf32-i386.c (elf_i386_check_relocs): Don't check undefined + symbols for relocations against IFUNC symbols. + * elf64-x86-64.c (elf_x86_64_check_relocs): Likewise. + 2016-06-16 Marcin Kościelnicki * elf32-s390.c (elf_s390_finish_dynamic_sections): Include diff --git a/ld/ChangeLog b/ld/ChangeLog index 0da9a928060..361eef39999 100644 --- a/ld/ChangeLog +++ b/ld/ChangeLog @@ -1,3 +1,10 @@ +2016-06-16 H.J. Lu + + * testsuite/ld-i386/i386.exp: Run pr19636-2e-nacl. + * testsuite/ld-i386/pr19636-2e.d: Skip for NaCl targets. + Remove .rel.plt section. + * testsuite/ld-i386/pr19636-2e-nacl.d: New file. + 2016-06-15 H.J. Lu * testsuite/ld-i386/no-plt-check1a.S (check): Test static -- 2.30.2