* ld-checks/checks.exp: .lcomm is incompatible with ppc coff.
[deliverable/binutils-gdb.git] / gas / testsuite / gas / ppc / ppc.exp
CommitLineData
252b5132
RH
1#
2# Some PowerPC tests
3#
4
5# These tests are currently ELF specific, only because nobody has
6# converted them to look for XCOFF relocations.
7
8if { [istarget powerpc*-*-*bsd*] \
9 || [istarget powerpc*-*-elf*] \
10 || [istarget powerpc*-*-eabi*] \
11 || [istarget powerpc*-*-sysv4*] \
12 || [istarget powerpc*-*-linux*] \
13 || [istarget powerpc*-*-solaris*] \
14 || [istarget powerpc*-*-rtems*] } then {
15 run_dump_test "astest"
16 run_dump_test "astest2"
17}
18
19if { [istarget powerpc*-*-*] } then {
20 run_dump_test "simpshft"
21}
This page took 0.122521 seconds and 4 git commands to generate.