aboutsummaryrefslogtreecommitdiff
path: root/bfd/ChangeLog
diff options
context:
space:
mode:
authorAlan Modra <amodra@gmail.com>2005-06-09 02:02:18 +0000
committerAlan Modra <amodra@gmail.com>2005-06-09 02:02:18 +0000
commit0e58fcf31568ed177c553ab05d95a31467173129 (patch)
tree7c70c256148107eb659165040ecc2822d63f61c6 /bfd/ChangeLog
parent8f736feabda89768501fa9d2cc04328e2a578883 (diff)
downloadgdb-0e58fcf31568ed177c553ab05d95a31467173129.zip
gdb-0e58fcf31568ed177c553ab05d95a31467173129.tar.gz
gdb-0e58fcf31568ed177c553ab05d95a31467173129.tar.bz2
* elflink.c (elf_mark_used_section): Delete.
(bfd_elf_gc_sections): Call bfd_generic_gc_sections. * reloc.c (bfd_mark_used_section): New function. (bfd_generic_gc_sections): Call bfd_mark_used_section.
Diffstat (limited to 'bfd/ChangeLog')
-rw-r--r--bfd/ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/bfd/ChangeLog b/bfd/ChangeLog
index 58f3b91..0b14267 100644
--- a/bfd/ChangeLog
+++ b/bfd/ChangeLog
@@ -1,3 +1,10 @@
+2005-06-09 Alan Modra <amodra@bigpond.net.au>
+
+ * elflink.c (elf_mark_used_section): Delete.
+ (bfd_elf_gc_sections): Call bfd_generic_gc_sections.
+ * reloc.c (bfd_mark_used_section): New function.
+ (bfd_generic_gc_sections): Call bfd_mark_used_section.
+
2005-06-08 Alan Modra <amodra@bigpond.net.au>
* opncls.c (bfd_fopen): Don't set bfd_error unconditionally.