* ldlang.c (lang_add_section): Don't twidlle SEC_EXCLUDE here.
[deliverable/binutils-gdb.git] / gas / testsuite / gas / m68k / all.exp
CommitLineData
252b5132
RH
1#
2# Some generic m68k tests
3#
60bcf0fa
NC
4if [istarget "m68hc11-*-*"] then {
5 return
6}
7if [istarget "m68hc12-*-*"] then {
8 return
9}
10if [istarget "m6811-*-*"] then {
11 return
12}
13if [istarget "m6812-*-*"] then {
14 return
15}
252b5132
RH
16if [istarget m68*-*-*] then {
17 gas_test "t2.s" "" "" "cross-section branch"
18 if [istarget m68*-motorola-sysv] then {
19 run_dump_test t2
20 }
21
22 gas_test "pic1.s" "" "" "PIC generation"
23
24 gas_test "disperr.s" "-m68020" "" "Incorrect Displacement too long error"
25
26 gas_test_error "p2410.s" "" "out-of-range 'bras'"
27
4fa0e86f
AM
28 # Reloc types etc. need changing for aout and coff to pass.
29 setup_xfail "*-*"
30 clear_xfail "*-*-*elf*" "*-*-sysv4*" "*-*-rtems" "*-*-*gnu*" "*-*-psos*"
252b5132
RH
31 run_dump_test pcrel
32 run_dump_test operands
33 run_dump_test cas
34 run_dump_test bitfield
35 run_dump_test link
36 run_dump_test fmoveml
68eb2996 37 run_dump_test mcf-mov3q
fd99574b
NC
38 run_dump_test mcf-mac
39 run_dump_test mcf-emac
252b5132
RH
40
41 set testname "68000 operands"
42 gas_run "operands.s" "-m68000" "2>err.out"
43 if ![string match "child process exited abnormally" $comp_output] then {
44 send_log "$comp_output\n"
45 verbose "$comp_output" 3
46 fail $testname
47 } else {
48 if [regexp_diff "err.out" "$srcdir/$subdir/op68000.d"] then {
49 fail $testname
50 } else {
51 pass $testname
52 }
53 }
54}
55if [info exists errorInfo] then {
56 unset errorInfo
60bcf0fa 57}
This page took 0.236406 seconds and 4 git commands to generate.