• R/O
  • HTTP
  • SSH
  • HTTPS

Commit

Tags
No Tags

Frequently used words (click to add to your profile)

javac++androidlinuxc#windowsobjective-ccocoa誰得qtpythonphprubygameguibathyscaphec計画中(planning stage)翻訳omegatframeworktwitterdomtestvb.netdirectxゲームエンジンbtronarduinopreviewer

GNU Binutils with patches for OS216


Commit MetaInfo

Revision507a59aea350abae93cae5f9a1dc42764b85ab8a (tree)
Time2006-11-16 16:22:26
Authornobody <>
Commiternobody <>

Log Message

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/':

gas/testsuite/gas/m68k/mcf-trap.d
gas/testsuite/gas/m68k/mcf-trap.s

Change Summary

Incremental Difference

--- /dev/null
+++ b/gas/testsuite/gas/m68k/mcf-trap.d
@@ -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
--- /dev/null
+++ b/gas/testsuite/gas/m68k/mcf-trap.s
@@ -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