diff options
Diffstat (limited to 'binutils/NEWS')
-rw-r--r-- | binutils/NEWS | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/binutils/NEWS b/binutils/NEWS index 5413321..7c9d7be 100644 --- a/binutils/NEWS +++ b/binutils/NEWS @@ -6,6 +6,13 @@ more than one are present in a file. (This usually happens when gcc's -gsplit-dwarf option is used). + In addition objdump's --dwarf=follow-links now also affects its other + display options, so that for example, when combined with --syms it will + cause the symbol tables in any linked debug info files to also be + displayed. In addition when combined with --disassemble the --dwarf= + follow-links option will ensure that any symbol tables in the linked + files are read and used when disassembling code in the main file. + Changes in 2.32: * The addr2line, c++filt, nm and objdump tools now have a limit on the |