aboutsummaryrefslogtreecommitdiff
path: root/ld/ChangeLog
diff options
context:
space:
mode:
authorNick Clifton <nickc@redhat.com>2018-04-05 14:44:05 +0100
committerNick Clifton <nickc@redhat.com>2018-04-05 14:44:05 +0100
commit043e9508be0a4ea7ab56fd5716e4c06d609d13be (patch)
tree6adbcaa75e8c1a54f0ab605fbb4e3182335d1ddb /ld/ChangeLog
parent8a76bd3ba43205b76226f41fe73e2840c2444742 (diff)
downloadfsf-binutils-gdb-043e9508be0a4ea7ab56fd5716e4c06d609d13be.zip
fsf-binutils-gdb-043e9508be0a4ea7ab56fd5716e4c06d609d13be.tar.gz
fsf-binutils-gdb-043e9508be0a4ea7ab56fd5716e4c06d609d13be.tar.bz2
Stop the IA64 linker from removing unwind tables when garbage collecting.
PR 23030 * emulparams/elf64_ia64.sh (OTHER_READONLY_SECTIONS): Make sure that the .IA_64.unwind_info and .IA_64.unwind sections are not subject to garbage collection.
Diffstat (limited to 'ld/ChangeLog')
-rw-r--r--ld/ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/ld/ChangeLog b/ld/ChangeLog
index c6f85ff..5ac7f53 100644
--- a/ld/ChangeLog
+++ b/ld/ChangeLog
@@ -1,3 +1,10 @@
+2018-04-05 Nick Clifton <nickc@redhat.com>
+
+ PR 23030
+ * emulparams/elf64_ia64.sh (OTHER_READONLY_SECTIONS): Make sure
+ that the .IA_64.unwind_info and .IA_64.unwind sections are not
+ subject to garbage collection.
+
2018-04-04 Eric Botcazou <ebotcazou@adacore.com>
* deffile.h (def_file_add_import_from): Declare.