diff options
author | Nick Clifton <nickc@redhat.com> | 2003-07-22 13:33:32 +0000 |
---|---|---|
committer | Nick Clifton <nickc@redhat.com> | 2003-07-22 13:33:32 +0000 |
commit | 51cdc6e0567d26a31363dabf869c43225efc9d9a (patch) | |
tree | d974fcf2d03988977eb2353b75b0415bb5d08167 /binutils/NEWS | |
parent | aef9bcd2e745b304d13f147cce75a8ce481cfc4b (diff) | |
download | ppe42-binutils-51cdc6e0567d26a31363dabf869c43225efc9d9a.tar.gz ppe42-binutils-51cdc6e0567d26a31363dabf869c43225efc9d9a.zip |
* objdump.c: New command line option --debugging-tags.
* doc/binutils.texi: Document new command line option.
* prdbg.c: Code to print the debug info as tags compatible with ctags.
* budbg.h: Adjust prototype.
* NEWS: Mention new switch
Diffstat (limited to 'binutils/NEWS')
-rw-r--r-- | binutils/NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/binutils/NEWS b/binutils/NEWS index 4338946f10..0a8c0cfa0f 100644 --- a/binutils/NEWS +++ b/binutils/NEWS @@ -1,5 +1,8 @@ -*- text -*- +* objdump now accepts --debugging-tags to print the debug information in a + format compatible with ctags tool. + * 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 |