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

* gas/hppa/more.parse/parse.exp: Run it.
This commit is contained in:
Jeff Law 1993-11-28 21:17:36 +00:00
parent 278cd007b4
commit 6e4eda3368
7 changed files with 13 additions and 0 deletions

View file

@ -1,5 +1,8 @@
Sun Nov 28 12:12:50 1993 Jeffrey A. Law (law@snake.cs.utah.edu)
* gas/hppa/more.parse/appbug.s: New test.
* gas/hppa/more.parse/parse.exp: Run it.
* gas/hppa/unsorted/align3.s: New test.
* gas/hppa/unsorted/unsorted.exp: Run it.

View file

@ -28,6 +28,7 @@ Things-to-keep:
align1.s
align2.s
appbug.s
block1.s
block2.s
calldatabug.s

View file

@ -0,0 +1 @@
# 1 "crt0.s"

View file

@ -200,5 +200,8 @@ if [istarget hppa*-*-*] then {
# Make sure GAS will accept a label without a colon.
gas_test "labelbug.s" "" "" "Test label without colon"
# Make sure we grok # line directives.
gas_test "appbug.s" "" "" "Test acceptance of #line directives"
}

View file

@ -28,6 +28,7 @@ Things-to-keep:
align1.s
align2.s
appbug.s
block1.s
block2.s
calldatabug.s

View file

@ -0,0 +1 @@
# 1 "crt0.s"

View file

@ -200,5 +200,8 @@ if [istarget hppa*-*-*] then {
# Make sure GAS will accept a label without a colon.
gas_test "labelbug.s" "" "" "Test label without colon"
# Make sure we grok # line directives.
gas_test "appbug.s" "" "" "Test acceptance of #line directives"
}