binutils-gdb/binutils/doc
Nick Alcock fd86991bc5 objdump: get CTF parent importing right
The linker emits CTF into a single section named .ctf, which is a CTF
archive where the default member (itself named ".ctf", or simply NULL)
is the parent of all other members.  Teach objdump to look for this by
default, rather than only trying to do it if a specific CTF parent
section was specified.  (If no parent name is specified, we get the .ctf
member from the same section as everything else, which matches what the
linker generates.)

binutils/
	* objdump.c (dump_ctf): Use the default CTF archive member as the
	parent even when no parent section is specified.
	(dump_ctf_archive_member): Only import from the parent
	if this is not the default ".ctf" member.
2019-10-03 17:04:56 +01:00
..
binutils.texi binutils: objdump does not take --ctf-symbols or --ctf-strings options 2019-10-03 17:04:55 +01:00
ctf.options.texi objdump: get CTF parent importing right 2019-10-03 17:04:56 +01:00
debug.options.texi Extend readelf and objdump so that they will display and follow multiple links to separate debug information files. 2019-02-22 10:36:24 +00:00
fdl.texi
Makefile.am binutils: doc: make make clean clean more things 2019-09-18 09:14:59 -04:00
Makefile.in binutils: doc: make make clean clean more things 2019-09-18 09:14:59 -04:00