19990502 sourceware import
[deliverable/binutils-gdb.git] / gas / testsuite / gas / ppc / ppc.exp
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
8 if { [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
19 if { [istarget powerpc*-*-*] } then {
20 run_dump_test "simpshft"
21 }
This page took 0.030888 seconds and 5 git commands to generate.