aboutsummaryrefslogtreecommitdiff
path: root/ld/ChangeLog
diff options
context:
space:
mode:
authorAlan Modra <amodra@gmail.com>2004-08-09 03:14:12 +0000
committerAlan Modra <amodra@gmail.com>2004-08-09 03:14:12 +0000
commitccfa59eaa0952fc0b0476fd3ab2e9e0ccd4c799e (patch)
tree6c0fd787b2ef898e452318f07d4cf7f36b0ef8c7 /ld/ChangeLog
parentf2420beaba740ef570477bd4c95739fd30978aee (diff)
downloadgdb-ccfa59eaa0952fc0b0476fd3ab2e9e0ccd4c799e.zip
gdb-ccfa59eaa0952fc0b0476fd3ab2e9e0ccd4c799e.tar.gz
gdb-ccfa59eaa0952fc0b0476fd3ab2e9e0ccd4c799e.tar.bz2
bfd/
* elf-bfd.h (_bfd_elf_gc_mark): Declare. * elflink.c (elf_link_input_bfd): Formatting. (_bfd_elf_gc_mark): Rename from elf_gc_mark and make global. Adjust all callers. * elf64-ppc.c (struct ppc_link_hash_entry): Remove is_entry. (link_hash_newfunc): Don't set it. (ppc64_elf_copy_indirect_symbol): Nor copy it. (ppc64_elf_mark_entry_syms): Delete. (ppc64_elf_gc_mark_hook): Mark entry syms here. Also mark opd sections. Use get_opd_info. * elf64-ppc.h (ppc64_elf_mark_entry_syms): Delete. ld/ * emultempl/ppc64elf.em (ppc_after_open): Delete. (LDEMUL_AFTER_OPEN): Don't define.
Diffstat (limited to 'ld/ChangeLog')
-rw-r--r--ld/ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/ld/ChangeLog b/ld/ChangeLog
index 64fb113..f1f45d8 100644
--- a/ld/ChangeLog
+++ b/ld/ChangeLog
@@ -1,3 +1,8 @@
+2004-08-09 Alan Modra <amodra@bigpond.net.au>
+
+ * emultempl/ppc64elf.em (ppc_after_open): Delete.
+ (LDEMUL_AFTER_OPEN): Don't define.
+
2004-08-02 Stephane Carrez <stcarrez@nerim.fr>
* ld.texinfo (Top): Document specific options of 68HC11 and 68HC12.