summaryrefslogtreecommitdiff
path: root/bfd/ChangeLog
diff options
context:
space:
mode:
authorNick Clifton <nickc@redhat.com>2020-04-16 18:02:10 +0100
committerNick Clifton <nickc@redhat.com>2020-04-16 18:02:10 +0100
commit8e4979ac1ea78147ecbcbf81af5e946873dda079 (patch)
tree252ac62bb315754080925a2bca4cb3f4db59a4f0 /bfd/ChangeLog
parent7a1a12f4d1c6152017142d74c736dc1cc6b0e81c (diff)
downloadbinutils-gdb-8e4979ac1ea78147ecbcbf81af5e946873dda079.tar.gz
Stop the MIPS assembler from accepting ifunc symbols.
PR 25803 gas * config/obj-elf.c (obj_elf_type): Reject ifunc symbols on MIPS targets. * testsuite/gas/elf/elf.exp: Add MIPS targets to the list to skip for the type-2 test. * testsuite/gas/elf/type-noifunc.e: Update to allow for MIPS targets running this test. bfd * elfxx-mips.c (_bfd_mips_elf_adjust_dynamic_symbol): Replace an abort with a more helpful error message.
Diffstat (limited to 'bfd/ChangeLog')
-rw-r--r--bfd/ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/bfd/ChangeLog b/bfd/ChangeLog
index bb6b9f2261c..7f361d7fb18 100644
--- a/bfd/ChangeLog
+++ b/bfd/ChangeLog
@@ -1,3 +1,9 @@
+2020-04-16 Nick Clifton <nickc@redhat.com>
+
+ PR 25803
+ * elfxx-mips.c (_bfd_mips_elf_adjust_dynamic_symbol): Replace an
+ abort with a more helpful error message.
+
2020-04-16 Alan Modra <amodra@gmail.com>
PR 25827