From 28595dd93b86dd27f7e095658d81d6cf4e8f305d Mon Sep 17 00:00:00 2001 From: Nick Clifton Date: Thu, 28 Jan 2010 15:25:18 +0000 Subject: PR 11225 * objdump.c (only): Replace with linked list. (only_size, only_used): Replace with only_list. (process_section_p): Set seen field on matches sections. (add_only): New function. (free_only_list): New function. (disassemble_section): Check only_list. (main): Use add_only and free_only_list. * gas/pe/aligncomm-c.d: Dump all sections. * ld-sh/refdbg-0-dso.d: Dump all sections. --- ld/testsuite/ChangeLog | 5 +++++ ld/testsuite/ld-sh/refdbg-0-dso.d | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) (limited to 'ld') diff --git a/ld/testsuite/ChangeLog b/ld/testsuite/ChangeLog index 224aa939ef..9e3e0f1cc6 100644 --- a/ld/testsuite/ChangeLog +++ b/ld/testsuite/ChangeLog @@ -1,3 +1,8 @@ +2010-01-28 Nick Clifton + + PR 11225 + * ld-sh/refdbg-0-dso.d: Dump all sections. + 2010-01-26 H.J. Lu PR ld/11218 diff --git a/ld/testsuite/ld-sh/refdbg-0-dso.d b/ld/testsuite/ld-sh/refdbg-0-dso.d index c38fe3e91b..a8ec20677f 100644 --- a/ld/testsuite/ld-sh/refdbg-0-dso.d +++ b/ld/testsuite/ld-sh/refdbg-0-dso.d @@ -1,7 +1,7 @@ #source: refdbglib.s #as: -little #ld: -shared -EL -#objdump: -drj.text +#objdump: -dr #target: sh*-*-linux* sh*-*-netbsd* .*: +file format elf32-sh.* -- cgit v1.2.1