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/NEWS | |
parent | 41108f153c5bbc26d9bd7dcd7aabfca43632ab47 (diff) | |
download | gdb-ed1653a7a6e4a758fa05f05f7e5d5b3257b84a42.zip gdb-ed1653a7a6e4a758fa05f05f7e5d5b3257b84a42.tar.gz gdb-ed1653a7a6e4a758fa05f05f7e5d5b3257b84a42.tar.bz2 |
Add --only-keep-debug switch
Diffstat (limited to 'binutils/NEWS')
-rw-r--r-- | binutils/NEWS | 6 |
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. |