mirror of
https://sourceware.org/git/binutils-gdb.git
synced 2024-12-15 04:31:49 +08:00
42b6953bba
This patch adds support for SFrame in readelf and objdump. The arguments of --sframe are optional for both readelf and objdump. include/ChangeLog: * sframe-api.h (dump_sframe): New function declaration. ChangeLog: * binutils/Makefile.am: Add dependency on libsframe for readelf and objdump. * binutils/Makefile.in: Regenerate. * binutils/doc/binutils.texi: Document --sframe=[section]. * binutils/doc/sframe.options.texi: New file. * binutils/objdump.c: Add support for SFrame format. * binutils/readelf.c: Likewise. * include/sframe-api.h: Add new API for dumping .sframe section. * libsframe/Makefile.am: Add sframe-dump.c. * libsframe/Makefile.in: Regenerate. * libsframe/sframe-dump.c: New file.
11 lines
314 B
Plaintext
11 lines
314 B
Plaintext
@c This file contains the entry for the --sframe option that is
|
|
@c common to both readelf and objdump.
|
|
|
|
@item --sframe[=@var{section}]
|
|
@cindex SFrame
|
|
|
|
Display the contents of the specified SFrame section.
|
|
|
|
By default, display the name of the section named @var{.sframe}, which is the
|
|
name emitted by @command{ld}.
|