From: nobody <> Date: Thu, 16 Nov 2006 07:22:26 +0000 (+0000) Subject: This commit was manufactured by cvs2svn to create branch 'binutils-csl- X-Git-Tag: binutils-csl-coldfire-4_1-28~4 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=507a59aea350abae93cae5f9a1dc42764b85ab8a;p=thirdparty%2Fbinutils-gdb.git This commit was manufactured by cvs2svn to create branch 'binutils-csl- 2_17-branch'. Cherrypick from master 2006-11-16 07:22:25 UTC Nathan Sidwell 'gas/': gas/testsuite/gas/m68k/mcf-trap.d gas/testsuite/gas/m68k/mcf-trap.s --- diff --git a/gas/testsuite/gas/m68k/mcf-trap.d b/gas/testsuite/gas/m68k/mcf-trap.d new file mode 100644 index 00000000000..f899b69e1d5 --- /dev/null +++ b/gas/testsuite/gas/m68k/mcf-trap.d @@ -0,0 +1,15 @@ +#name: mcf-trap +#objdump: -d +#as: -m5208 + +.*: file format .* + +Disassembly of section .text: + +0+ <.text>: +[ 0-9a-f]+: 51fc tpf +[ 0-9a-f]+: 51fa 1234 tpfw #4660 +[ 0-9a-f]+: 51fb 1234 5678 tpfl #305419896 +[ 0-9a-f]+: 51fc tpf +[ 0-9a-f]+: 51fa 1234 tpfw #4660 +[ 0-9a-f]+: 51fb 1234 5678 tpfl #305419896 diff --git a/gas/testsuite/gas/m68k/mcf-trap.s b/gas/testsuite/gas/m68k/mcf-trap.s new file mode 100644 index 00000000000..a5d6acc7db8 --- /dev/null +++ b/gas/testsuite/gas/m68k/mcf-trap.s @@ -0,0 +1,9 @@ + # the m68k compatible names + trapf + trapf.w #0x1234 + trapf.l #0x12345678 + + # the coldfire specific names + tpf + tpf.w #0x1234 + tpf.l #0x12345678