aboutsummaryrefslogtreecommitdiff
path: root/bfd/ChangeLog
diff options
context:
space:
mode:
authorAlan Modra <amodra@gmail.com>2004-10-12 02:27:53 +0000
committerAlan Modra <amodra@gmail.com>2004-10-12 02:27:53 +0000
commit9e66c9426beba82f01cd73f117922176058f474d (patch)
tree7799a91d88cb75d9e9c8470f67c96fd0d5cf4305 /bfd/ChangeLog
parenta4e749e9429b2116a572627951d89098f22a7788 (diff)
downloadgdb-9e66c9426beba82f01cd73f117922176058f474d.zip
gdb-9e66c9426beba82f01cd73f117922176058f474d.tar.gz
gdb-9e66c9426beba82f01cd73f117922176058f474d.tar.bz2
* elflink.c (enum action_discarded): New.
(elf_section_complain_discarded): Delete. (elf_action_discarded): New function subsuming the above and also controlling reloc behaviour. (elf_link_input_bfd): Use it.
Diffstat (limited to 'bfd/ChangeLog')
-rw-r--r--bfd/ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/bfd/ChangeLog b/bfd/ChangeLog
index 558074e..79cdc79 100644
--- a/bfd/ChangeLog
+++ b/bfd/ChangeLog
@@ -1,3 +1,11 @@
+2004-10-12 Alan Modra <amodra@bigpond.net.au>
+
+ * elflink.c (enum action_discarded): New.
+ (elf_section_complain_discarded): Delete.
+ (elf_action_discarded): New function subsuming the above and also
+ controlling reloc behaviour.
+ (elf_link_input_bfd): Use it.
+
2004-10-11 Jakub Jelinek <jakub@redhat.com>
* elf.c (bfd_section_from_shdr): Handle SHT_GNU_LIBLIST.