diff options
author | Alan Modra <amodra@gmail.com> | 2000-04-05 03:43:56 +0000 |
---|---|---|
committer | Alan Modra <amodra@gmail.com> | 2000-04-05 03:43:56 +0000 |
commit | 57938635f57dadd1b711d66cb119e8ad807747b7 (patch) | |
tree | 78fe44d1e632cf962e20d4ec786c3bc186561b17 /binutils/ChangeLog | |
parent | c7e79b4bee6d93b98ae43da739ef73f9ac740fb5 (diff) | |
download | gdb-57938635f57dadd1b711d66cb119e8ad807747b7.zip gdb-57938635f57dadd1b711d66cb119e8ad807747b7.tar.gz gdb-57938635f57dadd1b711d66cb119e8ad807747b7.tar.bz2 |
Add --redefine-sym to objcopy.
Diffstat (limited to 'binutils/ChangeLog')
-rw-r--r-- | binutils/ChangeLog | 29 |
1 files changed, 29 insertions, 0 deletions
diff --git a/binutils/ChangeLog b/binutils/ChangeLog index e8f2604..5a17b0f 100644 --- a/binutils/ChangeLog +++ b/binutils/ChangeLog @@ -1,3 +1,32 @@ +2000-04-05 Alan Modra <alan@linuxcare.com.au> + + * binutils.texi: Remove optional `=' from long options that have + an `=' in the argument. + * objcopy.1: Here too. Remove extra space on discard-all. + + * binutils.texi (objcopy): Mention --redefine-sym. + * objcopy.1: Here too. + * NEWS: And here. + + * objcopy.c (parse_flags): Split off flag names from error message + gettext as they are not translated. + (copy_main): Similarly split off option name for --add-section, + --set-section-flags, --change-section-vma, --change-section-lma + error messages. + Some white space changes. + + from Matthew Benjamin <matt@linuxbox.nu> + * objcopy.c (struct redefine_node): New. + (redefine_sym_list): New. + (redefine_list_append): New. + (lookup_sym_redefinition): New. + (OPTION_REDEFINE_SYM): New. + (copy_options): Add --redefine-sym option. + (copy_usage): Mention it. + (filter_symbols): Rename symbols on redefine_sym_list. + (copy_object): Call filter_symbols if redefine_sym_list != NULL. + (copy_main): Handle OPTION_REDEFINE_SYM. + 2000-04-04 H.J. Lu <hjl@gnu.org> * readelf.c (process_symbol_table): Correctly read in symbol |