Files
Alan Modra 8602bb6b79 ctf_dump_objts output string
"Section is indexed" and "No symbol table" are generated at the
beginning of ctf_dump_objts but not output, resulting in an asan
complaint about leaked memory.  Clearly the messages should either not
be generated, or they should be output.  I chose to do the latter in
this patch, which requires some testsuite adjustment.

libctf/
	* ctf-dump.c (ctf_dump_objts): Output "Section is indexed" and
	"No symbol table" strings, enclosed in parentheses and
	indented.
ld/
	* testsuite/ld-ctf/data-func-conflicted-vars.d: Update.
	* testsuite/ld-ctf/data-func-conflicted.d: Update.
2026-02-04 07:00:12 +10:30
..
2025-11-03 10:59:50 +10:30
2026-02-04 07:00:12 +10:30