This is the mail archive of the binutils@sourceware.org mailing list for the binutils project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: RFA: Add readelf --unwind support for ARM


On 2010-02-26 18:45, Daniel Jacobowitz wrote:
> This patch implements decoding of .ARM.exidx and .ARM.extab sections.
> [...]

binutils/
2010-03-24  Thomas Schwinge  <thomas@codesourcery.com>

	* doc/binutils.texi (readelf) <unwind information>: Mention support for
	ARM unwind tables.

diff --git a/binutils-mainline/binutils/doc/binutils.texi b/binutils-mainline/binutils/doc/binutils.texi
index fd2c9a8..a3c2f99 100644
--- a/binutils-mainline/binutils/doc/binutils.texi
+++ b/binutils-mainline/binutils/doc/binutils.texi
@@ -4006,7 +4006,8 @@ Displays the contents of the file's relocation section, if it has one.
 @itemx --unwind
 @cindex unwind information
 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
 @itemx --dynamic

OK?


Regards,
 Thomas

Attachment: pgp00000.pgp
Description: PGP signature


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]