From 6e4eda3368e9a1ae8ad02b7c152a9e49fd42c3c6 Mon Sep 17 00:00:00 2001 From: Jeff Law Date: Sun, 28 Nov 1993 21:17:36 +0000 Subject: [PATCH] * gas/hppa/more.parse/appbug.s: New test. * gas/hppa/more.parse/parse.exp: Run it. --- gas/testsuite/ChangeLog | 3 +++ gas/testsuite/gas/hppa/more.parse/.Sanitize | 1 + gas/testsuite/gas/hppa/more.parse/appbug.s | 1 + gas/testsuite/gas/hppa/more.parse/parse.exp | 3 +++ gas/testsuite/gas/hppa/parse/.Sanitize | 1 + gas/testsuite/gas/hppa/parse/appbug.s | 1 + gas/testsuite/gas/hppa/parse/parse.exp | 3 +++ 7 files changed, 13 insertions(+) create mode 100644 gas/testsuite/gas/hppa/more.parse/appbug.s create mode 100644 gas/testsuite/gas/hppa/parse/appbug.s diff --git a/gas/testsuite/ChangeLog b/gas/testsuite/ChangeLog index 1c040816302..873f4ebe84d 100644 --- a/gas/testsuite/ChangeLog +++ b/gas/testsuite/ChangeLog @@ -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. diff --git a/gas/testsuite/gas/hppa/more.parse/.Sanitize b/gas/testsuite/gas/hppa/more.parse/.Sanitize index 8efd08028b4..2b7f3a406d9 100644 --- a/gas/testsuite/gas/hppa/more.parse/.Sanitize +++ b/gas/testsuite/gas/hppa/more.parse/.Sanitize @@ -28,6 +28,7 @@ Things-to-keep: align1.s align2.s +appbug.s block1.s block2.s calldatabug.s diff --git a/gas/testsuite/gas/hppa/more.parse/appbug.s b/gas/testsuite/gas/hppa/more.parse/appbug.s new file mode 100644 index 00000000000..7a37f9ee579 --- /dev/null +++ b/gas/testsuite/gas/hppa/more.parse/appbug.s @@ -0,0 +1 @@ +# 1 "crt0.s" diff --git a/gas/testsuite/gas/hppa/more.parse/parse.exp b/gas/testsuite/gas/hppa/more.parse/parse.exp index 1d60f94d096..897628cc3ef 100755 --- a/gas/testsuite/gas/hppa/more.parse/parse.exp +++ b/gas/testsuite/gas/hppa/more.parse/parse.exp @@ -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" } diff --git a/gas/testsuite/gas/hppa/parse/.Sanitize b/gas/testsuite/gas/hppa/parse/.Sanitize index 8efd08028b4..2b7f3a406d9 100644 --- a/gas/testsuite/gas/hppa/parse/.Sanitize +++ b/gas/testsuite/gas/hppa/parse/.Sanitize @@ -28,6 +28,7 @@ Things-to-keep: align1.s align2.s +appbug.s block1.s block2.s calldatabug.s diff --git a/gas/testsuite/gas/hppa/parse/appbug.s b/gas/testsuite/gas/hppa/parse/appbug.s new file mode 100644 index 00000000000..7a37f9ee579 --- /dev/null +++ b/gas/testsuite/gas/hppa/parse/appbug.s @@ -0,0 +1 @@ +# 1 "crt0.s" diff --git a/gas/testsuite/gas/hppa/parse/parse.exp b/gas/testsuite/gas/hppa/parse/parse.exp index 1d60f94d096..897628cc3ef 100755 --- a/gas/testsuite/gas/hppa/parse/parse.exp +++ b/gas/testsuite/gas/hppa/parse/parse.exp @@ -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" } -- 2.30.2