diff options
Diffstat (limited to 'gas/testsuite/gas/m68hc11/m68hc11.exp')
-rw-r--r-- | gas/testsuite/gas/m68hc11/m68hc11.exp | 28 |
1 files changed, 28 insertions, 0 deletions
diff --git a/gas/testsuite/gas/m68hc11/m68hc11.exp b/gas/testsuite/gas/m68hc11/m68hc11.exp new file mode 100644 index 0000000..ea9957c --- /dev/null +++ b/gas/testsuite/gas/m68hc11/m68hc11.exp @@ -0,0 +1,28 @@ +# +# Some generic m68HC11 tests +# +if ![istarget "m68hc11-*-*"] then { + if ![istarget "m6811-*-*"] then { + if ![istarget "m68hc12-*-*"] then { + if ![istarget "m6812-*-*"] then { + return + } + } + } +} +run_dump_test insns +run_dump_test lbranch +run_dump_test all_insns +run_dump_test insns-dwarf2 +run_dump_test lbranch-dwarf2 + +# Compliance with Motorola Assembly Language Input Standard +run_dump_test malis + +# Some 68HC12 tests +run_dump_test opers12 +run_dump_test opers12-dwarf2 +run_dump_test branchs12 +run_dump_test insns12 +run_dump_test indexed12 +run_dump_test bug-1825 |