binutils-gdb/binutils/doc/sframe.options.texi
Indu Bhagat 42b6953bba readelf/objdump: support for SFrame section
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.
2022-11-15 15:50:05 -08:00

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}.