aboutsummaryrefslogtreecommitdiff
path: root/binutils/ChangeLog
diff options
context:
space:
mode:
authorNick Clifton <nickc@redhat.com>2003-06-26 08:14:10 +0000
committerNick Clifton <nickc@redhat.com>2003-06-26 08:14:10 +0000
commited1653a7a6e4a758fa05f05f7e5d5b3257b84a42 (patch)
treeba89a5e68f9e14de3f19a201a4cd1c4c3ec8ea46 /binutils/ChangeLog
parent41108f153c5bbc26d9bd7dcd7aabfca43632ab47 (diff)
downloadfsf-binutils-gdb-ed1653a7a6e4a758fa05f05f7e5d5b3257b84a42.zip
fsf-binutils-gdb-ed1653a7a6e4a758fa05f05f7e5d5b3257b84a42.tar.gz
fsf-binutils-gdb-ed1653a7a6e4a758fa05f05f7e5d5b3257b84a42.tar.bz2
Add --only-keep-debug switch
Diffstat (limited to 'binutils/ChangeLog')
-rw-r--r--binutils/ChangeLog16
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".