diff options
author | Nick Clifton <nickc@redhat.com> | 2016-06-28 12:43:14 +0100 |
---|---|---|
committer | Nick Clifton <nickc@redhat.com> | 2016-06-28 12:43:14 +0100 |
commit | 8b9a915daf91027050ad7145853ce8874034e60b (patch) | |
tree | 5304741eacb87b4afa3c930fac622cc151ab4336 /ld/testsuite/ld-scripts/rgn-at10.d | |
parent | 79e7fd4f78e0c33e77dd0b69d7de8167a60af06a (diff) | |
download | gdb-8b9a915daf91027050ad7145853ce8874034e60b.zip gdb-8b9a915daf91027050ad7145853ce8874034e60b.tar.gz gdb-8b9a915daf91027050ad7145853ce8874034e60b.tar.bz2 |
Fix RX and M68HC11 linker testsuite failures.
ld * testsuite/ld-elf/merge.d: Add m68hc11 to list of targets that
expect to fail this test.
* testsuite/ld-scripts/overlay-size.d: Skip the entire test for
RX.
* testsuite/ld-scripts/rgn-at10.d: No longer expect this test to
fail for the RX.
* testsuite/ld-scripts/rgn-at11.d: Likewise.
* testsuite/ld-scripts/rgn-at2.d: Likewise.
* testsuite/ld-scripts/rgn-at6.d: Likewise.
* testsuite/ld-scripts/rgn-at7.d: Likewise.
* testsuite/ld-scripts/rgn-at8.d: Likewise.
Diffstat (limited to 'ld/testsuite/ld-scripts/rgn-at10.d')
-rw-r--r-- | ld/testsuite/ld-scripts/rgn-at10.d | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/ld/testsuite/ld-scripts/rgn-at10.d b/ld/testsuite/ld-scripts/rgn-at10.d index 73ebfcc..a1f6e0c 100644 --- a/ld/testsuite/ld-scripts/rgn-at10.d +++ b/ld/testsuite/ld-scripts/rgn-at10.d @@ -1,7 +1,6 @@ #source: rgn-at10.s #ld: -T rgn-at10.t #objdump: -h --wide -#xfail: rx-*-* # Test that lma is adjusted in case the section start vma is aligned and # lma_region != region if requested by script. Make sure this works with # non-load sections. |