* gas/hppa/more.parse/callinfobug.s: New test.

* gas/hppa/omre.parse/parse.exp: Run it.
This commit is contained in:
Jeff Law 1994-03-16 22:44:14 +00:00
parent f2ada9106d
commit 7f8b9d66f5
7 changed files with 25 additions and 0 deletions

View File

@ -1,5 +1,8 @@
Wed Mar 16 11:57:07 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
* gas/hppa/more.parse/callinfobug.s: New test.
* gas/hppa/omre.parse/parse.exp: Run it.
* gas/hppa/more.parse/regpopbug.s: New test.
* gas/hppa/more.parse/parse.exp: Run it.

View File

@ -32,6 +32,7 @@ appbug.s
block1.s
block2.s
calldatabug.s
callinfobug.s
defbug.s
entrybug.s
exportbug.s

View File

@ -0,0 +1,7 @@
.space $TEXT$
.subspa $CODE$
.align 4
.export divu,millicode
.proc
.callinfo millicode
.procend

View File

@ -212,5 +212,8 @@ if [istarget hppa*-*-*] then {
# Make sure gas handles various kinds of .reg pseudo-ops
gas_test "regpopbug.s" "" "" "Test for bugs in .reg pseudo-op"
# Check some bugs that have appeared in parsing .callinfo directives
gas_test "callinfobug.s" "" "" "Test for bugs in .callinfo directive"
}

View File

@ -32,6 +32,7 @@ appbug.s
block1.s
block2.s
calldatabug.s
callinfobug.s
defbug.s
entrybug.s
exportbug.s

View File

@ -0,0 +1,7 @@
.space $TEXT$
.subspa $CODE$
.align 4
.export divu,millicode
.proc
.callinfo millicode
.procend

View File

@ -212,5 +212,8 @@ if [istarget hppa*-*-*] then {
# Make sure gas handles various kinds of .reg pseudo-ops
gas_test "regpopbug.s" "" "" "Test for bugs in .reg pseudo-op"
# Check some bugs that have appeared in parsing .callinfo directives
gas_test "callinfobug.s" "" "" "Test for bugs in .callinfo directive"
}