From 2e8136f9453e21414cc328d025bec33218176b66 Mon Sep 17 00:00:00 2001 From: Nick Clifton Date: Tue, 23 Jul 2019 17:54:32 +0100 Subject: Fix objdump's display of indirect strings in object files, which was broken by the link following code. PR 24818 * objdump.c (is_relocateable): Delete. (load_specific_debug_section): Test the abfd for relocations directly, rather than relying upon is_relocateable. (dump_dwarf): Delete initlialization of is_relocateable. --- binutils/dwarf.c | 1 - 1 file changed, 1 deletion(-) (limited to 'binutils/dwarf.c') diff --git a/binutils/dwarf.c b/binutils/dwarf.c index f86e20d..519f9cc 100644 --- a/binutils/dwarf.c +++ b/binutils/dwarf.c @@ -3296,7 +3296,6 @@ process_debug_info (struct dwarf_section * section, if (! do_loc && do_printing) /* Show the offset from where the tag was extracted. */ printf (" <%lx>", (unsigned long)(tags - section_begin)); - tags = read_and_display_attr (attr->attribute, attr->form, attr->implicit_const, -- cgit v1.1