diff options
author | Ian Lance Taylor <ian@airs.com> | 1997-03-27 21:37:03 +0000 |
---|---|---|
committer | Ian Lance Taylor <ian@airs.com> | 1997-03-27 21:37:03 +0000 |
commit | 8d9b566dc5ebfac45a3e25050ca2ebf4954e9ffc (patch) | |
tree | c34c277eca23ea2fd877623b5e74275778b35bf2 /binutils/NEWS | |
parent | fb38844dcbec1b86f2d386da488e1d1e8bb57241 (diff) | |
download | gdb-8d9b566dc5ebfac45a3e25050ca2ebf4954e9ffc.zip gdb-8d9b566dc5ebfac45a3e25050ca2ebf4954e9ffc.tar.gz gdb-8d9b566dc5ebfac45a3e25050ca2ebf4954e9ffc.tar.bz2 |
mention addr2line
Diffstat (limited to 'binutils/NEWS')
-rw-r--r-- | binutils/NEWS | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/binutils/NEWS b/binutils/NEWS index 832c9e9..7986407 100644 --- a/binutils/NEWS +++ b/binutils/NEWS @@ -11,6 +11,9 @@ Changes in binutils 2.8: objdump -b i386-pc-linux. The triplets are not passed through config.sub, so they must be in canonical form. +* Added new addr2line program. This uses the debugging information to convert + an address into a file name and line number within a program. + * Added --change-leading-char argument to objcopy. * Added --weaken argument to objcopy. @@ -19,6 +22,8 @@ Changes in binutils 2.8: * Added --adjust-vma option to objdump. +* Added -C/--demangle option to objdump. + Changes in binutils 2.7: * Added --enable-shared and --enable-commonbfdlib options to configure. |