mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-06-22 11:00:01 +08:00
* gas/mips/sync.[sd]: New testcase.
* gas/mips/mips.exp: Run it. pr 18302
This commit is contained in:
@ -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>
|
Wed Nov 18 11:27:56 1998 Dave Brolley <brolley@cygnus.com>
|
||||||
|
|
||||||
* gas/fr30/allinsn.s (dmov): Correct hex literals.
|
* 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
|
* gas/fr30/allinsn.d: Added disassembly of currently assembliable
|
||||||
opcodes.
|
opcodes.
|
||||||
|
|
||||||
|
|
||||||
Mon Nov 16 16:50:27 1998 Nick Clifton <nickc@cygnus.com>
|
Mon Nov 16 16:50:27 1998 Nick Clifton <nickc@cygnus.com>
|
||||||
|
|
||||||
|
@ -153,6 +153,8 @@ rol.d
|
|||||||
rol.s
|
rol.s
|
||||||
sb.d
|
sb.d
|
||||||
sb.s
|
sb.s
|
||||||
|
sync.d
|
||||||
|
sync.s
|
||||||
trap20.d
|
trap20.d
|
||||||
trap20.s
|
trap20.s
|
||||||
trunc.d
|
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
|
Reference in New Issue
Block a user