* elf32-sparc.c (_bfd_sparc_elf_howto_table): Fix dst_mask for
[deliverable/binutils-gdb.git] / gas / testsuite / gas / macros / macros.exp
CommitLineData
252b5132
RH
1# Run some tests of gas macros.
2
81366cb8 3if { ![istarget hppa*-*-*] || [istarget *-*-linux*] } {
252b5132
RH
4 run_dump_test test1
5}
6
39bec121
TW
7if ![istarget *c54x*-*-*] {
8 run_dump_test test2
9}
252b5132
RH
10
11run_dump_test test3
12
39bec121
TW
13if ![istarget *c54x*-*-*] {
14 run_dump_test irp
15 run_dump_test rept
16}
252b5132 17
252b5132
RH
18
19gas_test_error "err.s" "" "macro infinite recursion"
20
21case $target_triplet in {
81366cb8 22 { hppa*-*-* } { if [istarget *-*-linux*] { run_dump_test semi } }
39bec121 23 { *c54x*-*-* } { }
252b5132
RH
24 default {
25 run_dump_test semi
26 }
27}
aa787a89 28
e88b7c97 29if { ![istarget hppa*-*-*] || [istarget *-*-linux*]} {
483f05e3
HPN
30 # FIXME: Due to macro mishandling of ONLY_STANDARD_ESCAPES.
31 setup_xfail cris-*-*
e88b7c97 32 setup_xfail powerpc-*-aix*
935e6103 33 setup_xfail sh*-*-*
879db8be 34 setup_xfail z8k*-*-*
4961b731 35 setup_xfail h8300*-*-*
6e917903
TW
36 # FIXME: Due to difference in what "consecutive octets" means.
37 setup_xfail *c54x*-*-*
81366cb8
AM
38 run_dump_test strings
39}
This page took 0.098894 seconds and 4 git commands to generate.