2010-03-25 Thomas Schwinge <thomas@codesourcery.com>
* doc/binutils.texi (readelf) <unwind information>: Mention support for ARM unwind tables.
This commit is contained in:
parent
f541940721
commit
ba7f26422c
2 changed files with 7 additions and 1 deletions
|
@ -1,3 +1,8 @@
|
||||||
|
2010-03-25 Thomas Schwinge <thomas@codesourcery.com>
|
||||||
|
|
||||||
|
* doc/binutils.texi (readelf) <unwind information>: Mention support for
|
||||||
|
ARM unwind tables.
|
||||||
|
|
||||||
2010-03-18 H.J. Lu <hongjiu.lu@intel.com>
|
2010-03-18 H.J. Lu <hongjiu.lu@intel.com>
|
||||||
|
|
||||||
* readelf.c (decode_arm_unwind): Increase buf size to 9 byte.
|
* readelf.c (decode_arm_unwind): Increase buf size to 9 byte.
|
||||||
|
|
|
@ -4006,7 +4006,8 @@ Displays the contents of the file's relocation section, if it has one.
|
||||||
@itemx --unwind
|
@itemx --unwind
|
||||||
@cindex unwind information
|
@cindex unwind information
|
||||||
Displays the contents of the file's unwind section, if it has one. Only
|
Displays the contents of the file's unwind section, if it has one. Only
|
||||||
the unwind sections for IA64 ELF files are currently supported.
|
the unwind sections for IA64 ELF files, as well as ARM unwind tables
|
||||||
|
(@code{.ARM.exidx} / @code{.ARM.extab}) are currently supported.
|
||||||
|
|
||||||
@item -d
|
@item -d
|
||||||
@itemx --dynamic
|
@itemx --dynamic
|
||||||
|
|
Loading…
Reference in a new issue