mirror of
https://sourceware.org/git/binutils-gdb.git
synced 2025-01-10 18:13:41 +08:00
* gas/m68k/disperr.s: New test.
* gas/m68k/all.exp: Run it.
This commit is contained in:
parent
627703f982
commit
28b9501dcd
@ -1,3 +1,8 @@
|
||||
Wed Dec 8 14:30:14 1993 Jeffrey A. Law (law@snake.cs.utah.edu)
|
||||
|
||||
* gas/m68k/disperr.s: New test.
|
||||
* gas/m68k/all.exp: Run it.
|
||||
|
||||
Sun Dec 5 19:24:57 1993 Jeffrey A. Law (law@snake.cs.utah.edu)
|
||||
|
||||
* gas/hppa/reloc/roundmode.s: New test.
|
||||
|
@ -27,6 +27,7 @@ Do-first:
|
||||
Things-to-keep:
|
||||
|
||||
all.exp
|
||||
disperr.s
|
||||
p2410.s
|
||||
p2663.s
|
||||
pic1.s
|
||||
|
16
gas/testsuite/gas/m68k/disperr.s
Normal file
16
gas/testsuite/gas/m68k/disperr.s
Normal file
@ -0,0 +1,16 @@
|
||||
#NO_APP
|
||||
gcc2_compiled.:
|
||||
___gnu_compiled_c:
|
||||
.text
|
||||
.even
|
||||
.globl _foo
|
||||
_foo:
|
||||
link a6,#-12
|
||||
fmovex a6@(-12),fp0
|
||||
fmovex fp0,sp@-
|
||||
jbsr _bar
|
||||
addqw #8,sp
|
||||
addqw #4,sp
|
||||
L1:
|
||||
unlk a6
|
||||
rts
|
Loading…
Reference in New Issue
Block a user