* gas/hppa/parse/badfmpyadd.s: New test.
* gas/hppa/parse/parse.exp: Run it.
This commit is contained in:
parent
2e1cc80191
commit
0eb8ace818
3 changed files with 44 additions and 0 deletions
|
@ -1,3 +1,13 @@
|
|||
Mon Jun 12 22:27:18 1995 Jeff Law (law@snake.cs.utah.edu)
|
||||
|
||||
* gas/hppa/parse/badfmpyadd.s: New test.
|
||||
* gas/hppa/parse/parse.exp: Run it.
|
||||
|
||||
Sun May 21 20:26:18 1995 Jeff Law (law@snake.cs.utah.edu)
|
||||
|
||||
* gas/hppa/unsorted/unsorted.exp: Disable align4 tests for
|
||||
ELF targets.
|
||||
|
||||
Wed May 10 14:28:16 1995 Richard Earnshaw (rearnsha@armltd.co.uk)
|
||||
|
||||
* arm/arm7dm.s: New file -- tests for ARM7DM instructions.
|
||||
|
|
|
@ -29,6 +29,7 @@ Things-to-keep:
|
|||
align1.s
|
||||
align2.s
|
||||
appbug.s
|
||||
badfmpyadd.s
|
||||
block1.s
|
||||
block2.s
|
||||
calldatabug.s
|
||||
|
|
33
gas/testsuite/gas/hppa/parse/badfmpyadd.s
Normal file
33
gas/testsuite/gas/hppa/parse/badfmpyadd.s
Normal file
|
@ -0,0 +1,33 @@
|
|||
.SPACE $PRIVATE$
|
||||
.SUBSPA $DATA$,QUAD=1,ALIGN=8,ACCESS=31
|
||||
.SUBSPA $BSS$,QUAD=1,ALIGN=8,ACCESS=31,ZERO,SORT=82
|
||||
.SPACE $TEXT$
|
||||
.SUBSPA $LIT$,QUAD=0,ALIGN=8,ACCESS=44
|
||||
.SUBSPA $CODE$,QUAD=0,ALIGN=8,ACCESS=44,CODE_ONLY
|
||||
.IMPORT $global$,DATA
|
||||
.IMPORT $$dyncall,MILLICODE
|
||||
; gcc_compiled.:
|
||||
.SPACE $TEXT$
|
||||
.SUBSPA $CODE$
|
||||
|
||||
.align 4
|
||||
.EXPORT foobar,ENTRY,PRIV_LEV=3,ARGW0=FR,ARGW1=FU,ARGW2=FR,ARGW3=FU,RTNVAL=FR
|
||||
foobar
|
||||
.PROC
|
||||
.CALLINFO FRAME=0,NO_CALLS
|
||||
.ENTRY
|
||||
ldo -64(%r30),%r20
|
||||
addil LR'x-$global$,%r27
|
||||
fldds 8(0,%r20),%fr4
|
||||
fldds 0(0,%r20),%fr22
|
||||
ldo RR'x-$global$(%r1),%r19
|
||||
fmpysub,sgl %fr5L,%fr7L,%fr5L,%fr22L,%fr4L
|
||||
bv 0(%r2)
|
||||
fstds %fr5,0(0,%r19)
|
||||
.EXIT
|
||||
.PROCEND
|
||||
.SPACE $PRIVATE$
|
||||
.SUBSPA $BSS$
|
||||
|
||||
x .comm 8
|
||||
y .comm 8
|
Loading…
Reference in a new issue