GNU Binutils with patches for OS216
Revision | 507a59aea350abae93cae5f9a1dc42764b85ab8a (tree) |
---|---|
Time | 2006-11-16 16:22:26 |
Author | nobody <> |
Commiter | nobody <> |
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 <nathan@codesourcery.com> 'gas/':
@@ -0,0 +1,15 @@ | ||
1 | +#name: mcf-trap | |
2 | +#objdump: -d | |
3 | +#as: -m5208 | |
4 | + | |
5 | +.*: file format .* | |
6 | + | |
7 | +Disassembly of section .text: | |
8 | + | |
9 | +0+ <.text>: | |
10 | +[ 0-9a-f]+: 51fc tpf | |
11 | +[ 0-9a-f]+: 51fa 1234 tpfw #4660 | |
12 | +[ 0-9a-f]+: 51fb 1234 5678 tpfl #305419896 | |
13 | +[ 0-9a-f]+: 51fc tpf | |
14 | +[ 0-9a-f]+: 51fa 1234 tpfw #4660 | |
15 | +[ 0-9a-f]+: 51fb 1234 5678 tpfl #305419896 |
@@ -0,0 +1,9 @@ | ||
1 | + # the m68k compatible names | |
2 | + trapf | |
3 | + trapf.w #0x1234 | |
4 | + trapf.l #0x12345678 | |
5 | + | |
6 | + # the coldfire specific names | |
7 | + tpf | |
8 | + tpf.w #0x1234 | |
9 | + tpf.l #0x12345678 |