aboutsummaryrefslogtreecommitdiff
path: root/binutils/NEWS
diff options
context:
space:
mode:
authorNick Clifton <nickc@redhat.com>2003-07-22 13:33:32 +0000
committerNick Clifton <nickc@redhat.com>2003-07-22 13:33:32 +0000
commit51cdc6e0567d26a31363dabf869c43225efc9d9a (patch)
treed974fcf2d03988977eb2353b75b0415bb5d08167 /binutils/NEWS
parentaef9bcd2e745b304d13f147cce75a8ce481cfc4b (diff)
downloadfsf-binutils-gdb-51cdc6e0567d26a31363dabf869c43225efc9d9a.zip
fsf-binutils-gdb-51cdc6e0567d26a31363dabf869c43225efc9d9a.tar.gz
fsf-binutils-gdb-51cdc6e0567d26a31363dabf869c43225efc9d9a.tar.bz2
* 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/NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/binutils/NEWS b/binutils/NEWS
index 4338946..0a8c0cf 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