* messages.c (as_internal_value_out_of_range): Fix typo in
[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
e88b7c97
AM
8if { [istarget powerpc64*-*-*] || [istarget *-*-elf64*]} then {
9# FIXME: Pass -x to objdump as well as -Dr for astest64 and astest2_64.
10 run_dump_test "astest64"
11 run_dump_test "astest2_64"
12 run_dump_test "test1elf64"
03417200 13 run_dump_test "power4"
ede602d7 14 run_dump_test "cell"
e88b7c97
AM
15} elseif { [istarget powerpc*-*aix*] } then {
16 run_dump_test "test1xcoff32"
17} elseif { [istarget powerpc*-*-*bsd*] \
252b5132
RH
18 || [istarget powerpc*-*-elf*] \
19 || [istarget powerpc*-*-eabi*] \
20 || [istarget powerpc*-*-sysv4*] \
21 || [istarget powerpc*-*-linux*] \
22 || [istarget powerpc*-*-solaris*] \
23 || [istarget powerpc*-*-rtems*] } then {
24 run_dump_test "astest"
25 run_dump_test "astest2"
e88b7c97 26 run_dump_test "test1elf32"
252b5132
RH
27}
28
29if { [istarget powerpc*-*-*] } then {
4bff14ba
AM
30 run_dump_test "simpshft"
31 run_dump_test "machine"
74a21df4 32
7bbfa6f5 33 if { [istarget powerpc-*-*aix*] } then {
74a21df4
TR
34 run_dump_test "altivec_xcoff"
35 run_dump_test "altivec_xcoff64"
ff3a6ee3
TR
36 run_dump_test "booke_xcoff"
37 run_dump_test "booke_xcoff64"
74a21df4
TR
38 } else {
39 run_dump_test "altivec"
ff3a6ee3 40 run_dump_test "booke"
7bbfa6f5 41 run_dump_test "e500"
74a21df4 42 }
252b5132 43}
This page took 0.325434 seconds and 4 git commands to generate.