diff options
author | Alan Modra <amodra@gmail.com> | 2001-09-19 06:58:06 +0000 |
---|---|---|
committer | Alan Modra <amodra@gmail.com> | 2001-09-19 06:58:06 +0000 |
commit | 3bcfb3e4bd58ff97f4a68952e1a6c1763b0e8ddc (patch) | |
tree | a3bd33def5a5597a5cb07a7dc8585ed9c36fe91f /binutils/ChangeLog | |
parent | 8f6a59e5ff68ceea037f30ea6f0650a721cf9ab8 (diff) | |
download | gdb-3bcfb3e4bd58ff97f4a68952e1a6c1763b0e8ddc.zip gdb-3bcfb3e4bd58ff97f4a68952e1a6c1763b0e8ddc.tar.gz gdb-3bcfb3e4bd58ff97f4a68952e1a6c1763b0e8ddc.tar.bz2 |
* objcopy.c (copy_main): Correct rename-section string parsing.
Consolidate new_name parsing, and error messages.
Diffstat (limited to 'binutils/ChangeLog')
-rw-r--r-- | binutils/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/binutils/ChangeLog b/binutils/ChangeLog index e25add5..8039cc8 100644 --- a/binutils/ChangeLog +++ b/binutils/ChangeLog @@ -1,3 +1,8 @@ +2001-09-19 Alan Modra <amodra@bigpond.net.au> + + * objcopy.c (copy_main): Correct rename-section string parsing. + Consolidate new_name parsing, and error messages. + 2001-09-18 Bruno Haible <haible@clisp.cons.org> * addr2line.c: Don't include <ctype.h>. |