diff options
author | Alan Modra <amodra@gmail.com> | 2021-01-06 11:56:14 +1030 |
---|---|---|
committer | Alan Modra <amodra@gmail.com> | 2021-01-06 21:03:55 +1030 |
commit | 73624512cf1d982953539ef538dc9ceb067885a6 (patch) | |
tree | ddf5b8dd828ed43b7c3d8dcf96c3d4541fa02ba9 /ld/testsuite | |
parent | 22206e847d0877416164a97fba57d2caf5e08c16 (diff) | |
download | gdb-73624512cf1d982953539ef538dc9ceb067885a6.zip gdb-73624512cf1d982953539ef538dc9ceb067885a6.tar.gz gdb-73624512cf1d982953539ef538dc9ceb067885a6.tar.bz2 |
ld rgn-at10 and rgn-at11 test
These fail on v850 due to that target using different .tbss section flags.
* testsuite/ld-scripts/rgn-at10.d: xfail v850.
* testsuite/ld-scripts/rgn-at11.d: Likewise.
Diffstat (limited to 'ld/testsuite')
-rw-r--r-- | ld/testsuite/ld-scripts/rgn-at10.d | 2 | ||||
-rw-r--r-- | ld/testsuite/ld-scripts/rgn-at11.d | 3 |
2 files changed, 2 insertions, 3 deletions
diff --git a/ld/testsuite/ld-scripts/rgn-at10.d b/ld/testsuite/ld-scripts/rgn-at10.d index bd0623c..dd52644 100644 --- a/ld/testsuite/ld-scripts/rgn-at10.d +++ b/ld/testsuite/ld-scripts/rgn-at10.d @@ -1,7 +1,7 @@ #source: rgn-at10.s #ld: -T rgn-at10.t #objdump: -h --wide -#xfail: hppa*64*-*-hpux* +#xfail: hppa*64*-*-hpux* v850*-*-* # 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. diff --git a/ld/testsuite/ld-scripts/rgn-at11.d b/ld/testsuite/ld-scripts/rgn-at11.d index ebfc420..865cf71 100644 --- a/ld/testsuite/ld-scripts/rgn-at11.d +++ b/ld/testsuite/ld-scripts/rgn-at11.d @@ -1,10 +1,9 @@ #source: rgn-at11.s #ld: -T rgn-at11.t #objdump: -h --wide -#xfail: hppa*64*-*-hpux* +#xfail: hppa*64*-*-hpux* v850*-*-* # Test that lma is not adjusted in case the section start vma is aligned and # lma_region != region if not requested by script. -# Fails for RX because it ignores the LMA (for compatibility with Renesas tools) #... .* 0+10000 +0+20000 .* |