diff options
author | Julian Brown <julian@codesourcery.com> | 2005-05-18 14:04:48 +0000 |
---|---|---|
committer | Julian Brown <julian@codesourcery.com> | 2005-05-18 14:04:48 +0000 |
commit | 7cd4d99636b04c4952e69f5be8bb886f114b7494 (patch) | |
tree | 3b54eb120192840d928e5f890dd641bcbb6291e9 | |
parent | 9ec34127815c8cad24e14378dc1b83159713647c (diff) | |
download | gdb-7cd4d99636b04c4952e69f5be8bb886f114b7494.zip gdb-7cd4d99636b04c4952e69f5be8bb886f114b7494.tar.gz gdb-7cd4d99636b04c4952e69f5be8bb886f114b7494.tar.bz2 |
Changelog typos.
-rw-r--r-- | bfd/ChangeLog | 4 | ||||
-rw-r--r-- | ld/ChangeLog | 1 |
2 files changed, 4 insertions, 1 deletions
diff --git a/bfd/ChangeLog b/bfd/ChangeLog index 20ce736..9d0750d 100644 --- a/bfd/ChangeLog +++ b/bfd/ChangeLog @@ -1,5 +1,7 @@ -2005-05-18 Nick Clifton <nickc@redhat.com> +2005-05-18 Julian Brown <julian@codesourcery.com> + Backport from mainline: + 2005-05-17 Nick Clifton <nickc@redhat.com> * elf32-arm.c (elf32_arm_final_link_relocate): Gracefully handle the situation where a symbol's section is not known but a section relative R_ARM_RELATIVE reloc has to be generated for the Symbian diff --git a/ld/ChangeLog b/ld/ChangeLog index 8bc480b..d649edc 100644 --- a/ld/ChangeLog +++ b/ld/ChangeLog @@ -1,5 +1,6 @@ 2005-05-18 Julian Brown <julian@codesourcery.com> + Backport from mainline: * ldlang.c (print_assignment): Do not rely upon a valid result having a section associated with it. |