diff options
author | Ian Lance Taylor <ian@airs.com> | 1996-01-29 22:39:21 +0000 |
---|---|---|
committer | Ian Lance Taylor <ian@airs.com> | 1996-01-29 22:39:21 +0000 |
commit | 5da470b2bb32ad73eeef6cf9fb2b3bc8b12482ee (patch) | |
tree | 7be96a61c6a6c4d420db97ebf7b23ade677ee52d /binutils/ChangeLog | |
parent | 3e78d072415b4f1f916fc09afdfd27fb16a9804a (diff) | |
download | gdb-5da470b2bb32ad73eeef6cf9fb2b3bc8b12482ee.zip gdb-5da470b2bb32ad73eeef6cf9fb2b3bc8b12482ee.tar.gz gdb-5da470b2bb32ad73eeef6cf9fb2b3bc8b12482ee.tar.bz2 |
Based on patches from H J Lu <hjl@zoom.com>:
* objcopy.c (remove_leading_char): New static variable.
(OPTION_REMOVE_LEADING_CHAR): Define.
(copy_usage): Mention --remove-leading-char.
(filter_symbols): If remove_leading_char, and the first character
of a global symbol matches the symbol leading char of the BFD,
remove the first character.
(copy_object): Filter the symbols if remove_leading_char is set.
(copy_main): Handle --remove-leading-char.
* binutils.texi, objcopy.1: Document --remove-leading-char.
Diffstat (limited to 'binutils/ChangeLog')
-rw-r--r-- | binutils/ChangeLog | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/binutils/ChangeLog b/binutils/ChangeLog index 6d6bbd9..4e1ab5d 100644 --- a/binutils/ChangeLog +++ b/binutils/ChangeLog @@ -1,3 +1,21 @@ +Mon Jan 29 17:36:29 1996 Ian Lance Taylor <ian@cygnus.com> + + Based on patches from H J Lu <hjl@zoom.com>: + * objcopy.c (remove_leading_char): New static variable. + (OPTION_REMOVE_LEADING_CHAR): Define. + (copy_usage): Mention --remove-leading-char. + (filter_symbols): If remove_leading_char, and the first character + of a global symbol matches the symbol leading char of the BFD, + remove the first character. + (copy_object): Filter the symbols if remove_leading_char is set. + (copy_main): Handle --remove-leading-char. + * binutils.texi, objcopy.1: Document --remove-leading-char. + +Sat Jan 27 15:40:13 1996 Michael Meissner <meissner@tiktok.cygnus.com> + + * objdump.c (fprintf): Add prototype to avoid compiler warning on + SunOS. + Fri Jan 26 11:53:42 1996 Ian Lance Taylor <ian@cygnus.com> * binutils.texi (nm): Improve documentation on symbol types. |