]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blob - gas/testsuite/gas/ppc/ppc.exp
ba29261a7d88511427fba6311d76b777b7c8f058
[thirdparty/binutils-gdb.git] / gas / testsuite / gas / ppc / ppc.exp
1 # Copyright 2012
2 # Free Software Foundation, Inc.
3
4 # This program is free software; you can redistribute it and/or modify
5 # it under the terms of the GNU General Public License as published by
6 # the Free Software Foundation; either version 3 of the License, or
7 # (at your option) any later version.
8 #
9 # This program is distributed in the hope that it will be useful,
10 # but WITHOUT ANY WARRANTY; without even the implied warranty of
11 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
12 # GNU General Public License for more details.
13 #
14 # You should have received a copy of the GNU General Public License
15 # along with this program; if not, write to the Free Software
16 # Foundation, Inc., 51 Franklin Street - Fifth Floor, Boston, MA 02110-1301, USA.
17
18 #
19 # Some PowerPC tests
20 #
21
22 # These tests are currently ELF specific, only because nobody has
23 # converted them to look for XCOFF relocations.
24
25 if { [istarget powerpc64*-*-*] || [istarget *-*-elf64*]} then {
26 # FIXME: Pass -x to objdump as well as -Dr for astest64 and astest2_64.
27 run_dump_test "astest64"
28 run_dump_test "astest2_64"
29 run_dump_test "test1elf64"
30 run_dump_test "power4"
31 run_list_test "range64" "-a64"
32 } elseif { [istarget powerpc*-*aix*] } then {
33 run_dump_test "test1xcoff32"
34 run_dump_test "test2xcoff32"
35 } elseif { [istarget powerpc*-*-*bsd*] \
36 || [istarget powerpc*-*-elf*] \
37 || [istarget powerpc*-*-eabi*] \
38 || [istarget powerpc*-*-sysv4*] \
39 || [istarget powerpc*-*-linux*] \
40 || [istarget powerpc*-*-solaris*] \
41 || [istarget powerpc*-*-rtems*] } then {
42 run_dump_test "astest"
43 run_dump_test "astest2"
44 run_dump_test "test1elf32"
45 }
46
47 if { [istarget powerpc*-*-*] } then {
48 run_dump_test "regnames"
49 if { [is_elf_format] } then {
50 run_dump_test "machine"
51 run_dump_test "common"
52 run_dump_test "476"
53 run_dump_test "a2"
54 if { ![istarget powerpc*le-*-*] } then {
55 run_dump_test "vle"
56 run_dump_test "vle-reloc"
57 run_dump_test "vle-simple-1"
58 run_dump_test "vle-simple-2"
59 run_dump_test "vle-simple-3"
60 run_dump_test "vle-simple-4"
61 run_dump_test "vle-simple-5"
62 run_dump_test "vle-simple-6"
63 }
64 }
65
66 if { [istarget powerpc-*-*aix*] } then {
67 run_dump_test "altivec_xcoff"
68 run_dump_test "altivec_xcoff64"
69 } else {
70 run_dump_test "simpshft"
71 run_dump_test "altivec"
72 run_dump_test "altivec2"
73 run_dump_test "altivec_and_spe"
74 run_dump_test "booke"
75 run_dump_test "e500"
76 run_list_test "range" "-a32"
77 run_dump_test "ppc750ps"
78 run_dump_test "e500mc"
79 run_dump_test "e6500"
80 run_dump_test "e500mc64_nop"
81 run_dump_test "e5500_nop"
82 run_dump_test "e6500_nop"
83 run_dump_test "cell"
84 run_dump_test "power4_32"
85 run_dump_test "power6"
86 run_dump_test "power7"
87 run_dump_test "power8"
88 run_dump_test "vsx"
89 run_dump_test "vsx2"
90 run_dump_test "htm"
91 run_dump_test "titan"
92 }
93 }