diff options
author | Nick Clifton <nickc@redhat.com> | 2003-03-24 16:11:46 +0000 |
---|---|---|
committer | Nick Clifton <nickc@redhat.com> | 2003-03-24 16:11:46 +0000 |
commit | 7c29036b752c3cfa6362ea40bec68e03c44b55ea (patch) | |
tree | eb0c672e73a25ce801f6dddd2472bfbed3e73d2a /binutils/ChangeLog | |
parent | 9418ab9c20308c55347c96e84e2c2f9d0362be0e (diff) | |
download | gdb-7c29036b752c3cfa6362ea40bec68e03c44b55ea.zip gdb-7c29036b752c3cfa6362ea40bec68e03c44b55ea.tar.gz gdb-7c29036b752c3cfa6362ea40bec68e03c44b55ea.tar.bz2 |
Add --info command line switch
Diffstat (limited to 'binutils/ChangeLog')
-rw-r--r-- | binutils/ChangeLog | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/binutils/ChangeLog b/binutils/ChangeLog index e1c79ed..276a3eb 100644 --- a/binutils/ChangeLog +++ b/binutils/ChangeLog @@ -1,5 +1,17 @@ 2003-03-24 Elias Athanasopoulos <elathan@phys.uoa.gr> + * objcopy (OPTION_FORMATS_INFO): Define. + (strip_options): Add "info"/OPTION_FORMATS_INFO option. + (copy_options): Likewise. + (strip_usage): Add "--info" to usage. + (copy_usage): Likewise. + (strip_main): Declare formats_info. Iniatilize it to FALSE. + Handle "info". + (copy_main). Likewise. + * doc/binutils.texi. Document the "--info" option for + objcopy/strip. + * NEWS: Mention the new command line switch. + * objdump.c (endian_string): Move to bucomm.c. (display_info): Likewise. (display_target_list): Likewise. |