aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeff Law <law@redhat.com>1993-11-28 21:17:36 +0000
committerJeff Law <law@redhat.com>1993-11-28 21:17:36 +0000
commit6e4eda3368e9a1ae8ad02b7c152a9e49fd42c3c6 (patch)
tree49925a544175b0760e4756988c45192c2d059f3c
parent278cd007b4489a53432398e82f19416ba6827951 (diff)
downloadgdb-6e4eda3368e9a1ae8ad02b7c152a9e49fd42c3c6.zip
gdb-6e4eda3368e9a1ae8ad02b7c152a9e49fd42c3c6.tar.gz
gdb-6e4eda3368e9a1ae8ad02b7c152a9e49fd42c3c6.tar.bz2
* gas/hppa/more.parse/appbug.s: New test.
* gas/hppa/more.parse/parse.exp: Run it.
-rw-r--r--gas/testsuite/ChangeLog3
-rw-r--r--gas/testsuite/gas/hppa/more.parse/.Sanitize1
-rw-r--r--gas/testsuite/gas/hppa/more.parse/appbug.s1
-rwxr-xr-xgas/testsuite/gas/hppa/more.parse/parse.exp3
-rw-r--r--gas/testsuite/gas/hppa/parse/.Sanitize1
-rw-r--r--gas/testsuite/gas/hppa/parse/appbug.s1
-rwxr-xr-xgas/testsuite/gas/hppa/parse/parse.exp3
7 files changed, 13 insertions, 0 deletions
diff --git a/gas/testsuite/ChangeLog b/gas/testsuite/ChangeLog
index 1c04081..873f4eb 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 8efd080..2b7f3a4 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 0000000..7a37f9e
--- /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 1d60f94..897628c 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 8efd080..2b7f3a4 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 0000000..7a37f9e
--- /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 1d60f94..897628c 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"
}