diff options
author | Nick Clifton <nickc@redhat.com> | 2010-01-28 15:25:20 +0000 |
---|---|---|
committer | Nick Clifton <nickc@redhat.com> | 2010-01-28 15:25:20 +0000 |
commit | 70ecb3842d3c4b2836c8b007743d996a2d6bef16 (patch) | |
tree | 5ceffe798a8da70c28ff27b093dad95f2a973914 /ld/testsuite | |
parent | 7434dadd5d36ea431f851b4e3a28b248f3b2c817 (diff) | |
download | gdb-70ecb3842d3c4b2836c8b007743d996a2d6bef16.zip gdb-70ecb3842d3c4b2836c8b007743d996a2d6bef16.tar.gz gdb-70ecb3842d3c4b2836c8b007743d996a2d6bef16.tar.bz2 |
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.
Diffstat (limited to 'ld/testsuite')
-rw-r--r-- | ld/testsuite/ChangeLog | 5 | ||||
-rw-r--r-- | ld/testsuite/ld-sh/refdbg-0-dso.d | 2 |
2 files changed, 6 insertions, 1 deletions
diff --git a/ld/testsuite/ChangeLog b/ld/testsuite/ChangeLog index 224aa93..9e3e0f1 100644 --- a/ld/testsuite/ChangeLog +++ b/ld/testsuite/ChangeLog @@ -1,3 +1,8 @@ +2010-01-28 Nick Clifton <nickc@redhat.com> + + PR 11225 + * ld-sh/refdbg-0-dso.d: Dump all sections. + 2010-01-26 H.J. Lu <hongjiu.lu@intel.com> PR ld/11218 diff --git a/ld/testsuite/ld-sh/refdbg-0-dso.d b/ld/testsuite/ld-sh/refdbg-0-dso.d index c38fe3e..a8ec206 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.* |