Browse Source

mention addr2line

gdb-4_18-branch
Ian Lance Taylor 29 years ago
parent
commit
8d9b566dc5
  1. 5
      binutils/NEWS

5
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.

Loading…
Cancel
Save