diff options
author | H.J. Lu <hjl.tools@gmail.com> | 2005-03-31 23:45:30 +0000 |
---|---|---|
committer | H.J. Lu <hjl.tools@gmail.com> | 2005-03-31 23:45:30 +0000 |
commit | c93625e2d24111a5d9e44ef5d2a13d92ed7313f6 (patch) | |
tree | 3525df9820274a2698755dd5ae4410c131dab685 /bfd/ChangeLog | |
parent | 186993b45845f14288bdb57ea581914decd9b024 (diff) | |
download | fsf-binutils-gdb-c93625e2d24111a5d9e44ef5d2a13d92ed7313f6.zip fsf-binutils-gdb-c93625e2d24111a5d9e44ef5d2a13d92ed7313f6.tar.gz fsf-binutils-gdb-c93625e2d24111a5d9e44ef5d2a13d92ed7313f6.tar.bz2 |
2005-03-31 H.J. Lu <hongjiu.lu@intel.com>
* elflink.c (elf_link_input_bfd): Remove the extra `\n' in
error message.
(_bfd_elf_section_already_linked): Likewise.
Diffstat (limited to 'bfd/ChangeLog')
-rw-r--r-- | bfd/ChangeLog | 12 |
1 files changed, 9 insertions, 3 deletions
diff --git a/bfd/ChangeLog b/bfd/ChangeLog index 44084c1..17505c6 100644 --- a/bfd/ChangeLog +++ b/bfd/ChangeLog @@ -1,12 +1,18 @@ +2005-03-31 H.J. Lu <hongjiu.lu@intel.com> + + * elflink.c (elf_link_input_bfd): Remove the extra `\n' in + error message. + (_bfd_elf_section_already_linked): Likewise. + 2005-03-31 Jerome Guitton <guitton@gnat.com> * config.in: Regenerate. 2005-03-31 Jerome Guitton <guitton@gnat.com> - * bfd/config.in (HAVE_DECL_BASENAME): New configure macro. - * bfd/configure.in: Check for basename. - * bfd/configure: Regenerate. + * config.in (HAVE_DECL_BASENAME): New configure macro. + * configure.in: Check for basename. + * configure: Regenerate. 2005-03-30 Julian Brown <julian@codesourcery.com> |