mirror of
https://sourceware.org/git/binutils-gdb.git
synced 2025-01-20 15:03:31 +08:00
* gas/hppa/more.parse/regpopbug.s: New test.
* gas/hppa/more.parse/parse.exp: Run it.
This commit is contained in:
parent
6d244da7a1
commit
2573e71c0e
@ -1,3 +1,8 @@
|
||||
Wed Mar 16 11:57:07 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
|
||||
|
||||
* gas/hppa/more.parse/regpopbug.s: New test.
|
||||
* gas/hppa/more.parse/parse.exp: Run it.
|
||||
|
||||
Mon Feb 28 14:10:04 1994 Ken Raeburn (raeburn@cujo.cygnus.com)
|
||||
|
||||
* lib/gas-defs.exp (objdump): New proc.
|
||||
|
@ -44,6 +44,7 @@ lselbug.s
|
||||
nosubspace.s
|
||||
parse.exp
|
||||
procbug.s
|
||||
regpopbug.s
|
||||
spacebug.s
|
||||
ssbug.s
|
||||
stdreg.s
|
||||
|
@ -209,5 +209,8 @@ if [istarget hppa*-*-*] then {
|
||||
# Make sure we give errors if a floating point format is specified
|
||||
# for an xmpyu instruction (integer multiple)
|
||||
gas_test_error "xmpyubug.s" "" "Check for error on bogus argument to .block"
|
||||
|
||||
# Make sure gas handles various kinds of .reg pseudo-ops
|
||||
gas_test "regpopbug.s" "" "" "Test for bugs in .reg pseudo-op"
|
||||
}
|
||||
|
||||
|
14
gas/testsuite/gas/hppa/more.parse/regpopbug.s
Normal file
14
gas/testsuite/gas/hppa/more.parse/regpopbug.s
Normal file
@ -0,0 +1,14 @@
|
||||
.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
|
||||
|
||||
.SPACE $TEXT$
|
||||
.SUBSPA $CODE$
|
||||
|
||||
r0 .reg %r0
|
||||
shift .reg %sar
|
||||
fpreg10 .reg %fr10
|
||||
shift2 .reg shift
|
@ -44,6 +44,7 @@ lselbug.s
|
||||
nosubspace.s
|
||||
parse.exp
|
||||
procbug.s
|
||||
regpopbug.s
|
||||
spacebug.s
|
||||
ssbug.s
|
||||
stdreg.s
|
||||
|
@ -209,5 +209,8 @@ if [istarget hppa*-*-*] then {
|
||||
# Make sure we give errors if a floating point format is specified
|
||||
# for an xmpyu instruction (integer multiple)
|
||||
gas_test_error "xmpyubug.s" "" "Check for error on bogus argument to .block"
|
||||
|
||||
# Make sure gas handles various kinds of .reg pseudo-ops
|
||||
gas_test "regpopbug.s" "" "" "Test for bugs in .reg pseudo-op"
|
||||
}
|
||||
|
||||
|
14
gas/testsuite/gas/hppa/parse/regpopbug.s
Normal file
14
gas/testsuite/gas/hppa/parse/regpopbug.s
Normal file
@ -0,0 +1,14 @@
|
||||
.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
|
||||
|
||||
.SPACE $TEXT$
|
||||
.SUBSPA $CODE$
|
||||
|
||||
r0 .reg %r0
|
||||
shift .reg %sar
|
||||
fpreg10 .reg %fr10
|
||||
shift2 .reg shift
|
Loading…
Reference in New Issue
Block a user