diff options
author | Alan Modra <amodra@gmail.com> | 2021-01-08 00:21:42 +1030 |
---|---|---|
committer | Alan Modra <amodra@gmail.com> | 2021-01-08 00:32:10 +1030 |
commit | 8e604ff077e12b7fe4dae009328716740c2e79f4 (patch) | |
tree | 5f853e7dedabfd3ef6a951dd7418e7e408547501 /ld/testsuite/ld-elf/sec64k.exp | |
parent | d4813f104685d3b36ab0c36a928264f99f5d3f17 (diff) | |
download | gdb-8e604ff077e12b7fe4dae009328716740c2e79f4.zip gdb-8e604ff077e12b7fe4dae009328716740c2e79f4.tar.gz gdb-8e604ff077e12b7fe4dae009328716740c2e79f4.tar.bz2 |
xfail more cases of complaints about relocs in read-only sections
* testsuite/ld-elf/comm-data5.d: xfail targets that complain
about dynamic relocations in read-only sections.
* testsuite/ld-elf/ehdr_start-shared.d: Likewise.
* testsuite/ld-elf/ehdr_start.d: Likewise.
* testsuite/ld-scripts/pr22267.d: Likewise.
* testsuite/ld-elf/shared.exp: Likewise for DT_TEXTREL tests and
pr20995 text.
* testsuite/ld-elf/sec64k.exp: Don't run 64ksec on lm32-linux.
Diffstat (limited to 'ld/testsuite/ld-elf/sec64k.exp')
-rw-r--r-- | ld/testsuite/ld-elf/sec64k.exp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/ld/testsuite/ld-elf/sec64k.exp b/ld/testsuite/ld-elf/sec64k.exp index 70c467a..a1856b5 100644 --- a/ld/testsuite/ld-elf/sec64k.exp +++ b/ld/testsuite/ld-elf/sec64k.exp @@ -170,11 +170,13 @@ if [catch { set ofd [open "tmpdir/$test2.d" w] } x] { # too big for avr, d10v and msp # lack of fancy orphan section handling causes overlap on fr30 and iq2000 +# lm32 complains about relocations in read-only sections if { ![istarget "d10v-*-*"] && ![istarget "avr-*-*"] && ![istarget "msp*-*-*"] && ![istarget "fr30-*-*"] && ![istarget "iq2000-*-*"] + && ![istarget "lm32-*-linux*"] && ![istarget "pru-*-*"] } { foreach sfile $sfiles { puts $ofd "#source: $sfile" } if { [istarget spu*-*-*] } { |