aboutsummaryrefslogtreecommitdiff
path: root/bfd/ChangeLog
diff options
context:
space:
mode:
authorAlan Modra <amodra@gmail.com>2012-02-13 02:29:51 +0000
committerAlan Modra <amodra@gmail.com>2012-02-13 02:29:51 +0000
commit5efbbc4340d2cb348265e44627b71d7a37d8246c (patch)
treec7e2a3b8f97bd114431bed424dd3d13d40a5e54b /bfd/ChangeLog
parentd5ded7aab1b95fc27cc3a9f345c99624eeea5fd8 (diff)
downloadgdb-5efbbc4340d2cb348265e44627b71d7a37d8246c.zip
gdb-5efbbc4340d2cb348265e44627b71d7a37d8246c.tar.gz
gdb-5efbbc4340d2cb348265e44627b71d7a37d8246c.tar.bz2
* elf32-m68hc1x.c (elf32_m68hc11_merge_symbol_attribute): New function.
* elf32-m68hc1x.h (elf32_m68hc11_merge_symbol_attribute): Declare. * elf32-m68hc11.c (elf_backend_merge_symbol_attribute): Define. * elf32-m68hc12.c (elf_backend_merge_symbol_attribute): Define.
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 f2e40dd..490120b 100644
--- a/bfd/ChangeLog
+++ b/bfd/ChangeLog
@@ -1,3 +1,10 @@
+2012-02-13 Alan Modra <amodra@gmail.com>
+
+ * elf32-m68hc1x.c (elf32_m68hc11_merge_symbol_attribute): New function.
+ * elf32-m68hc1x.h (elf32_m68hc11_merge_symbol_attribute): Declare.
+ * elf32-m68hc11.c (elf_backend_merge_symbol_attribute): Define.
+ * elf32-m68hc12.c (elf_backend_merge_symbol_attribute): Define.
+
2012-02-11 Jan Kratochvil <jan.kratochvil@redhat.com>
Nick Clifton <nickc@redhat.com>