diff options
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 |