aboutsummaryrefslogtreecommitdiff
path: root/bfd/ChangeLog
diff options
context:
space:
mode:
authorEric Botcazou <ebotcazou@libertysurf.fr>2004-04-21 07:14:15 +0000
committerEric Botcazou <ebotcazou@libertysurf.fr>2004-04-21 07:14:15 +0000
commit715df9b8e05846e1e01e03ba01ff9877964331a3 (patch)
treea1f63aabbb602c04567e7ec7c83c3f51577b1301 /bfd/ChangeLog
parent58434bc1b4c4db2fc376b7a705d1b6a89e8eadb8 (diff)
downloadgdb-715df9b8e05846e1e01e03ba01ff9877964331a3.zip
gdb-715df9b8e05846e1e01e03ba01ff9877964331a3.tar.gz
gdb-715df9b8e05846e1e01e03ba01ff9877964331a3.tar.bz2
* elflink.c (elf_gc_mark_dynamic_ref_symbol): New function.
(bfd_elf_gc_sections): Fail if a shared object is being created. Do not fail if dynamic sections have been created. Instead call elf_gc_mark_dynamic_ref_symbol to mark sections that contain dynamically referenced symbols. Do not mark the whole graph rooted at .eh_frame, only the section proper.
Diffstat (limited to 'bfd/ChangeLog')
-rw-r--r--bfd/ChangeLog9
1 files changed, 9 insertions, 0 deletions
diff --git a/bfd/ChangeLog b/bfd/ChangeLog
index bff4274..10e322e 100644
--- a/bfd/ChangeLog
+++ b/bfd/ChangeLog
@@ -1,3 +1,12 @@
+2004-04-21 Eric Botcazou <ebotcazou@act-europe.fr>
+
+ * elflink.c (elf_gc_mark_dynamic_ref_symbol): New function.
+ (bfd_elf_gc_sections): Fail if a shared object is being created.
+ Do not fail if dynamic sections have been created. Instead call
+ elf_gc_mark_dynamic_ref_symbol to mark sections that contain
+ dynamically referenced symbols. Do not mark the whole graph
+ rooted at .eh_frame, only the section proper.
+
2004-04-20 DJ Delorie <dj@redhat.com>
* reloc.c: Add BFD_RELOC_32_SECREL.