mirror of
https://github.com/darlinghq/darling-gdb.git
synced 2025-02-28 21:39:37 +00:00
* gas/hppa/more.parse/appbug.s: New test.
* gas/hppa/more.parse/parse.exp: Run it.
This commit is contained in:
parent
278cd007b4
commit
6e4eda3368
@ -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.
|
||||
|
||||
|
@ -28,6 +28,7 @@ Things-to-keep:
|
||||
|
||||
align1.s
|
||||
align2.s
|
||||
appbug.s
|
||||
block1.s
|
||||
block2.s
|
||||
calldatabug.s
|
||||
|
1
gas/testsuite/gas/hppa/more.parse/appbug.s
Normal file
1
gas/testsuite/gas/hppa/more.parse/appbug.s
Normal file
@ -0,0 +1 @@
|
||||
# 1 "crt0.s"
|
@ -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"
|
||||
}
|
||||
|
||||
|
@ -28,6 +28,7 @@ Things-to-keep:
|
||||
|
||||
align1.s
|
||||
align2.s
|
||||
appbug.s
|
||||
block1.s
|
||||
block2.s
|
||||
calldatabug.s
|
||||
|
1
gas/testsuite/gas/hppa/parse/appbug.s
Normal file
1
gas/testsuite/gas/hppa/parse/appbug.s
Normal file
@ -0,0 +1 @@
|
||||
# 1 "crt0.s"
|
@ -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"
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user