aboutsummaryrefslogtreecommitdiff
path: root/binutils/NEWS
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/NEWS
parent41108f153c5bbc26d9bd7dcd7aabfca43632ab47 (diff)
downloadbinutils-ed1653a7a6e4a758fa05f05f7e5d5b3257b84a42.zip
binutils-ed1653a7a6e4a758fa05f05f7e5d5b3257b84a42.tar.gz
binutils-ed1653a7a6e4a758fa05f05f7e5d5b3257b84a42.tar.bz2
Add --only-keep-debug switch
Diffstat (limited to 'binutils/NEWS')
-rw-r--r--binutils/NEWS6
1 files changed, 6 insertions, 0 deletions
diff --git a/binutils/NEWS b/binutils/NEWS
index 1f869b4..4338946 100644
--- a/binutils/NEWS
+++ b/binutils/NEWS
@@ -1,5 +1,11 @@
-*- text -*-
+* objcopy and strip now accept --only-keep-debug to create a file containing
+ those sections that would be stripped out by --strip-debug. The idea is that
+ this can be used in conjunction with the --add-gnu-debuglink switch to create
+ a two part program distribution - one a stripped executable and the other the
+ debugging info.
+
* objcopy now accepts --add-gnu-debuglink=<file> to insert a .gnu_debuglink
section into a (presumably stripped) executable. This allows the debug
information for the file to be held in a seperate file.