diff options
author | Nick Clifton <nickc@redhat.com> | 2010-02-23 16:56:39 +0000 |
---|---|---|
committer | Nick Clifton <nickc@redhat.com> | 2010-02-23 16:56:39 +0000 |
commit | 0c13f7cc0268dce3cb7853c3b68af981145825a2 (patch) | |
tree | cfc11749469fa710e573717e8b7cbc2e3153986b /ld | |
parent | 0dc5cb47f89368a9636bc820f0e5f050347ec364 (diff) | |
download | gdb-0c13f7cc0268dce3cb7853c3b68af981145825a2.zip gdb-0c13f7cc0268dce3cb7853c3b68af981145825a2.tar.gz gdb-0c13f7cc0268dce3cb7853c3b68af981145825a2.tar.bz2 |
* ld-elf/orphan4.d: Allow for other sections to be present in the
output.
Diffstat (limited to 'ld')
-rw-r--r-- | ld/testsuite/ChangeLog | 7 | ||||
-rw-r--r-- | ld/testsuite/ld-elf/orphan4.d | 2 |
2 files changed, 7 insertions, 2 deletions
diff --git a/ld/testsuite/ChangeLog b/ld/testsuite/ChangeLog index a4b2100..0bbe35e 100644 --- a/ld/testsuite/ChangeLog +++ b/ld/testsuite/ChangeLog @@ -1,3 +1,8 @@ +2010-02-23 Nick Clifton <nickc@redhat.com> + + * ld-elf/orphan4.d: Allow for other sections to be present in the + output. + 2010-02-18 H.J. Lu <hongjiu.lu@intel.com> * ld-ifunc/ifunc.exp: Expect System V OSABI in dynamic @@ -39,7 +44,7 @@ * ld-arm/arm-elf.exp (armelftests): New test case added. * ld-arm/data-only-map.s: New file. * ld-arm/data-only-map.d: New file. - * ld-arm/data-only-map.ld: New file. + * ld-arm/data-only-map.ld: New file. 2010-02-11 David S. Miller <davem@davemloft.net> diff --git a/ld/testsuite/ld-elf/orphan4.d b/ld/testsuite/ld-elf/orphan4.d index 7474837..72d77d6 100644 --- a/ld/testsuite/ld-elf/orphan4.d +++ b/ld/testsuite/ld-elf/orphan4.d @@ -3,5 +3,5 @@ #objdump: -h #... - 1 \.foo 0+1 0+1000 0+1000 .* 2\*\*0 + . \.foo 0+1 0+1000 0+1000 .* 2\*\*0 #pass |