* gas/mips/sync.[sd]: New testcase.

* gas/mips/mips.exp: Run it.
pr 18302
This commit is contained in:
Doug Evans 1998-11-19 16:06:02 +00:00
parent 707f2a3208
commit 4764e0cfc4
4 changed files with 22 additions and 1 deletions

View File

@ -1,3 +1,8 @@
Thu Nov 19 07:50:44 1998 Doug Evans <devans@charmed.cygnus.com>
* gas/mips/sync.[sd]: New testcase.
* gas/mips/mips.exp: Run it.
Wed Nov 18 11:27:56 1998 Dave Brolley <brolley@cygnus.com>
* gas/fr30/allinsn.s (dmov): Correct hex literals.
@ -9,7 +14,6 @@ Tue Nov 17 15:24:20 1998 Nick Clifton <nickc@cygnus.com>
* gas/fr30/allinsn.d: Added disassembly of currently assembliable
opcodes.
Mon Nov 16 16:50:27 1998 Nick Clifton <nickc@cygnus.com>

View File

@ -153,6 +153,8 @@ rol.d
rol.s
sb.d
sb.s
sync.d
sync.s
trap20.d
trap20.s
trunc.d

View File

@ -0,0 +1,10 @@
#objdump: -dr --prefix-addresses --show-raw-insn
#name: sync instructions
#as:
.*: +file format .*mips.*
Disassembly of section \.text:
0+0000 <foo> 0000000f[ ]*sync
0+0004 <foo\+0x4> 0000040f[ ]*sync.p
0+0008 <foo\+0x8> 0000000f[ ]*sync

View File

@ -0,0 +1,5 @@
.text
foo:
sync
sync.p
sync.l