diff options
author | Nick Clifton <nickc@redhat.com> | 2003-06-26 08:14:10 +0000 |
---|---|---|
committer | Nick Clifton <nickc@redhat.com> | 2003-06-26 08:14:10 +0000 |
commit | ed1653a7a6e4a758fa05f05f7e5d5b3257b84a42 (patch) | |
tree | ba89a5e68f9e14de3f19a201a4cd1c4c3ec8ea46 /binutils/ChangeLog | |
parent | 41108f153c5bbc26d9bd7dcd7aabfca43632ab47 (diff) | |
download | gdb-ed1653a7a6e4a758fa05f05f7e5d5b3257b84a42.zip gdb-ed1653a7a6e4a758fa05f05f7e5d5b3257b84a42.tar.gz gdb-ed1653a7a6e4a758fa05f05f7e5d5b3257b84a42.tar.bz2 |
Add --only-keep-debug switch
Diffstat (limited to 'binutils/ChangeLog')
-rw-r--r-- | binutils/ChangeLog | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/binutils/ChangeLog b/binutils/ChangeLog index 7519a19..d6ca2f0 100644 --- a/binutils/ChangeLog +++ b/binutils/ChangeLog @@ -1,3 +1,19 @@ +2003-06-26 Nick Clifton <nickc@redhat.com> + + * objcopy (enum strip_action): Add STRIP_NONDEBUG. + (OPTION_ONLY_KEEP_DEBUG): New. + (strip_options): Add --only-keep-debug. + (copy_options): Likewise. + (is_strip_section): Invert return value if STRIP_NONDEBUG is + active. + (copy_object): Do not copy private data when STRIP_NONDEBUG is + active. + (setup_section): Likewise. + (strip_main): Handle --only-keep-debug. + (copy_main): Likewise. + * NEWS: Mention new switch + * doc/binutils.texi: Document new switch. + 2003-06-25 Alan Modra <amodra@bigpond.net.au> * NEWS: Correct spelling of "relocatable". |