TI C54x target.
[deliverable/binutils-gdb.git] / gas / testsuite / gas / macros / macros.exp
CommitLineData
252b5132
RH
1# Run some tests of gas macros.
2
3if ![istarget hppa*-*-*] {
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 {
22 { hppa*-*-* } { }
39bec121 23 { *c54x*-*-* } { }
252b5132
RH
24 default {
25 run_dump_test semi
26 }
27}
aa787a89
NC
28
29run_dump_test strings
This page took 0.071953 seconds and 4 git commands to generate.