PowerPC add initial -mfuture instruction support
[deliverable/binutils-gdb.git] / gas / testsuite / gas / ppc / ppc.exp
1 # Copyright (C) 2012-2019 Free Software Foundation, Inc.
2
3 # This program is free software; you can redistribute it and/or modify
4 # it under the terms of the GNU General Public License as published by
5 # the Free Software Foundation; either version 3 of the License, or
6 # (at your option) any later version.
7 #
8 # This program is distributed in the hope that it will be useful,
9 # but WITHOUT ANY WARRANTY; without even the implied warranty of
10 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
11 # GNU General Public License for more details.
12 #
13 # You should have received a copy of the GNU General Public License
14 # along with this program; if not, write to the Free Software
15 # Foundation, Inc., 51 Franklin Street - Fifth Floor, Boston, MA 02110-1301, USA.
16
17 #
18 # Some PowerPC tests
19 #
20
21 if { ![istarget "powerpc*-*-*"] && ![istarget "rs6000-*-*"] } then {
22 return
23 }
24
25 run_dump_test "bcyerr"
26 run_dump_test "bcy"
27 run_dump_test "bcaterr"
28 run_dump_test "bcat"
29 run_dump_test "regnames"
30 run_dump_test "misalign"
31 run_dump_test "misalign2"
32 run_dump_test "machine"
33 run_dump_test "simpshft"
34 run_dump_test "altivec_and_spe"
35 run_list_test "range" "-a32"
36 run_dump_test "cell"
37
38 if { [istarget "*-*-aix*"]
39 || [istarget "*-*-macos*"]
40 || [istarget "*-*-beos*"] } then {
41 run_dump_test "test1xcoff32"
42 run_dump_test "test2xcoff32"
43 run_dump_test "altivec_xcoff"
44 run_dump_test "altivec_xcoff64"
45 }
46
47 # These tests are currently ELF specific, only because nobody has
48 # converted them to look for XCOFF relocations.
49 if { ![is_elf_format] } then {
50 return
51 }
52
53 if { [istarget powerpc64*-*-*] || [istarget *-*-elf64*]} then {
54 # FIXME: Pass -x to objdump as well as -Dr for astest64 and astest2_64.
55 run_dump_test "astest64"
56 run_dump_test "astest2_64"
57 run_dump_test "test1elf64"
58 run_dump_test "power4"
59 run_list_test "range64" "-a64"
60 } else {
61 run_dump_test "astest"
62 run_dump_test "astest2"
63 run_dump_test "test1elf32"
64 }
65
66 run_dump_test "common"
67 run_dump_test "476"
68 run_dump_test "a2"
69 run_dump_test "pr21303"
70 run_dump_test "vle"
71 run_dump_test "vle-reloc"
72 run_dump_test "vle-simple-1"
73 run_dump_test "vle-simple-2"
74 run_dump_test "vle-simple-3"
75 run_dump_test "vle-simple-4"
76 run_dump_test "vle-simple-5"
77 run_dump_test "vle-simple-6"
78 run_dump_test "vle-mult-ld-st-insns"
79
80 #fail expected until get_powerpc_dialect() patch not applied
81 setup_xfail "*-*-*"
82 run_dump_test "lsp"
83
84 run_dump_test "lsp-checks"
85 run_dump_test "efs"
86 run_dump_test "efs2"
87 run_dump_test "spe2"
88 run_dump_test "spe2-checks"
89 run_dump_test "spe"
90
91 setup_xfail "*-*-*"
92 run_dump_test "spe_ambiguous"
93
94 run_dump_test "altivec"
95 run_dump_test "altivec2"
96 run_dump_test "altivec3"
97 run_dump_test "broadway"
98 run_dump_test "booke"
99 run_dump_test "e500"
100 run_list_test "e500-ill" "-me500"
101 run_dump_test "ppc750ps"
102 run_dump_test "e500mc"
103 run_dump_test "e6500"
104 run_dump_test "e500mc64_nop"
105 run_dump_test "e5500_nop"
106 run_dump_test "e6500_nop"
107 run_dump_test "power4_32"
108 run_dump_test "power6"
109 run_dump_test "power7"
110 run_dump_test "power8"
111 run_dump_test "power9"
112 run_dump_test "vsx"
113 run_dump_test "vsx2"
114 run_dump_test "vsx3"
115 run_dump_test "htm"
116 run_dump_test "titan"
117 run_dump_test "prefix-align"
This page took 0.034975 seconds and 5 git commands to generate.