aboutsummaryrefslogtreecommitdiff
path: root/bfd/ChangeLog
diff options
context:
space:
mode:
authorRichard Henderson <rth@redhat.com>2011-06-15 15:04:12 +0000
committerRichard Henderson <rth@redhat.com>2011-06-15 15:04:12 +0000
commit48f4b4f592b16d767bb94b0ce40712f6a04f9f95 (patch)
tree56083d706947c74cc68447e24104a4ba5ada6539 /bfd/ChangeLog
parentc2fa21f135a1293e90ab268a9317d29faa3ac47c (diff)
downloadgdb-48f4b4f592b16d767bb94b0ce40712f6a04f9f95.zip
gdb-48f4b4f592b16d767bb94b0ce40712f6a04f9f95.tar.gz
gdb-48f4b4f592b16d767bb94b0ce40712f6a04f9f95.tar.bz2
* elf64-alpha.c (elf64_alpha_copy_indirect_symbol): Rename from
elf64_alpha_merge_ind_symbols; adjust for the generic interface. (elf64_alpha_always_size_sections): Don't call elf64_alpha_merge_ind_symbols. (elf_backend_copy_indirect_symbol): New.
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 0fd8e4f..abe9f72 100644
--- a/bfd/ChangeLog
+++ b/bfd/ChangeLog
@@ -1,3 +1,11 @@
+2011-06-14 Richard Henderson <rth@redhat.com>
+
+ * elf64-alpha.c (elf64_alpha_copy_indirect_symbol): Rename from
+ elf64_alpha_merge_ind_symbols; adjust for the generic interface.
+ (elf64_alpha_always_size_sections): Don't call
+ elf64_alpha_merge_ind_symbols.
+ (elf_backend_copy_indirect_symbol): New.
+
2011-06-14 Alan Modra <amodra@gmail.com>
PR ld/12887