Update documentation of readelf's --unwind option.
authorNick Clifton <nickc@redhat.com>
Thu, 18 Oct 2018 15:58:16 +0000 (16:58 +0100)
committerNick Clifton <nickc@redhat.com>
Thu, 18 Oct 2018 15:58:16 +0000 (16:58 +0100)
* doc/binutils.texi (readelf): Document alternatives to the
--unwind option if it is not supported for the target
architecture.

binutils/ChangeLog
binutils/doc/binutils.texi

index 250108c71ee796e76d345b180498fa57e3590101..e3bbbc3a84f97bf6bb5995661bcda1c317fab4ff 100644 (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>
 
        PR 23780
index cd707914900f05f288f8fd0ed5a0b117700b6448..6edd7b1ae864e3ccc6640e4d62bc2793a2b1ba6a 100644 (file)
@@ -4620,7 +4620,11 @@ Displays the contents of the file's relocation section, if it has one.
 @cindex unwind information
 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
-(@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
 @itemx --dynamic
This page took 0.03204 seconds and 4 git commands to generate.