Update documentation of readelf's --unwind option.

* doc/binutils.texi (readelf): Document alternatives to the
	--unwind option if it is not supported for the target
	architecture.
This commit is contained in:
Nick Clifton 2018-10-18 16:58:16 +01:00
parent 812cd6eb05
commit f63085d15f
2 changed files with 11 additions and 1 deletions

View File

@ -1,3 +1,9 @@
2018-10-18 Nick Clifton <nickc@redhat.com>
* doc/binutils.texi (readelf): Document alternatives to the
--unwind option if it is not supported for the target
architecture.
2018-10-16 Alan Modra <amodra@gmail.com> 2018-10-16 Alan Modra <amodra@gmail.com>
PR 23780 PR 23780

View File

@ -4620,7 +4620,11 @@ Displays the contents of the file's relocation section, if it has one.
@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, as well as ARM unwind tables the unwind sections for IA64 ELF files, as well as ARM unwind tables
(@code{.ARM.exidx} / @code{.ARM.extab}) are currently supported. (@code{.ARM.exidx} / @code{.ARM.extab}) are currently supported. If
support is not yet implemented for your architecture you could try
dumping the contents of the @var{.eh_frames} section using the
@option{--debug-dump=frames} or @option{--debug-dump=frames-interp}
options.
@item -d @item -d
@itemx --dynamic @itemx --dynamic