diff options
author | Roland McGrath <roland@gnu.org> | 2009-10-13 02:35:08 +0000 |
---|---|---|
committer | Roland McGrath <roland@gnu.org> | 2009-10-13 02:35:08 +0000 |
commit | f8076f98aa05ef1882adf4c9efb77a4a7a539e25 (patch) | |
tree | 39c397b521bace937a8a8baedd6ae14a6954c57c /bfd/ChangeLog | |
parent | f345227a0cfefcdd2c6d7757e5e5c87b441fc73e (diff) | |
download | gdb-f8076f98aa05ef1882adf4c9efb77a4a7a539e25.zip gdb-f8076f98aa05ef1882adf4c9efb77a4a7a539e25.tar.gz gdb-f8076f98aa05ef1882adf4c9efb77a4a7a539e25.tar.bz2 |
Fix %s that should be %B in several message formats.
Diffstat (limited to 'bfd/ChangeLog')
-rw-r--r-- | bfd/ChangeLog | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/bfd/ChangeLog b/bfd/ChangeLog index d97d554..43c7305 100644 --- a/bfd/ChangeLog +++ b/bfd/ChangeLog @@ -1,3 +1,8 @@ +2009-10-12 Roland McGrath <roland@frob.com> + + * elflink.c (elf_link_add_object_symbols, _bfd_elf_merge_symbol): + Fix %s that should be %B in several message formats. + 2009-10-10 Alan Modra <amodra@bigpond.net.au> * cofflink.c (_bfd_coff_link_input_bfd): Skip section symbols for @@ -135,7 +140,7 @@ 2009-09-29 M R Swami Reddy <MR.Swami.Reddy@nsc.com> * elf32-cr16.c (elf32_cr16_relocate_section): Removed - info->relocatable to fix the ld/testsuites/ld-elf/linkonce1 test case. + info->relocatable to fix the ld/testsuites/ld-elf/linkonce1 test case. 2009-09-28 Nick Clifton <nickc@redhat.com> |