* gas/mips/sync.[sd]: New testcase.
* gas/mips/mips.exp: Run it. pr 18302
This commit is contained in:
parent
707f2a3208
commit
4764e0cfc4
4 changed files with 22 additions and 1 deletions
|
@ -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>
|
||||
|
||||
|
|
|
@ -153,6 +153,8 @@ rol.d
|
|||
rol.s
|
||||
sb.d
|
||||
sb.s
|
||||
sync.d
|
||||
sync.s
|
||||
trap20.d
|
||||
trap20.s
|
||||
trunc.d
|
||||
|
|
10
gas/testsuite/gas/mips/sync.d
Normal file
10
gas/testsuite/gas/mips/sync.d
Normal 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
|
5
gas/testsuite/gas/mips/sync.s
Normal file
5
gas/testsuite/gas/mips/sync.s
Normal file
|
@ -0,0 +1,5 @@
|
|||
.text
|
||||
foo:
|
||||
sync
|
||||
sync.p
|
||||
sync.l
|
Loading…
Add table
Reference in a new issue