diff options
author | Alan Modra <amodra@gmail.com> | 2016-06-28 19:02:08 +0930 |
---|---|---|
committer | Alan Modra <amodra@gmail.com> | 2016-06-28 19:09:11 +0930 |
commit | 56a30421eea2253213a567bbe23d67c77c2c6a0f (patch) | |
tree | ac2ad8adca77ff3738830c30399aecbf6b9ded01 /ld/testsuite/ld-scripts | |
parent | f2b2af2c9f403ead49de8f0e01a9c149b0b420f9 (diff) | |
download | gdb-56a30421eea2253213a567bbe23d67c77c2c6a0f.zip gdb-56a30421eea2253213a567bbe23d67c77c2c6a0f.tar.gz gdb-56a30421eea2253213a567bbe23d67c77c2c6a0f.tar.bz2 |
Don't run ld-scripts/pr20302 on linuxaout
PR ld/20302
* testsuite/ld-scripts/pr20302.d: Exclude *-*-*aout.
Diffstat (limited to 'ld/testsuite/ld-scripts')
-rw-r--r-- | ld/testsuite/ld-scripts/pr20302.d | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ld/testsuite/ld-scripts/pr20302.d b/ld/testsuite/ld-scripts/pr20302.d index ec655dd..36fd53e 100644 --- a/ld/testsuite/ld-scripts/pr20302.d +++ b/ld/testsuite/ld-scripts/pr20302.d @@ -1,7 +1,7 @@ #ld: -Tdata=0x1000 -Tdata=0x2000 -Tcross2.t #source: align2a.s #objdump: -h -#notarget: rx-*-* *-*-aout *-*-netbsd x86_64-*-cygwin *-*-vms +#notarget: rx-*-* *-*-*aout *-*-netbsd x86_64-*-cygwin *-*-vms # RX uses non standard section names. # AOUT and NETBSD have fixed address for the data section. # x86_64 Cygwin biases all start addresses to be > 2Gb. |