summaryrefslogtreecommitdiff
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
commit59ff15cd1f62ea86f15cb152fc7ffd202cd6b46c (patch)
treee147e1bfad4ef779aa21e5da4a5021037e793009 /binutils/NEWS
parent7292c5e5c8a39c63dcdc08e77a0d46e1b314f5f3 (diff)
downloadbinutils-redhat-59ff15cd1f62ea86f15cb152fc7ffd202cd6b46c.tar.gz
* 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 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