* gas/hppa/more.parse/appbug.s: New test.
authorJeff Law <law@redhat.com>
Sun, 28 Nov 1993 21:17:36 +0000 (21:17 +0000)
committerJeff Law <law@redhat.com>
Sun, 28 Nov 1993 21:17:36 +0000 (21:17 +0000)
        * gas/hppa/more.parse/parse.exp: Run it.

gas/testsuite/ChangeLog
gas/testsuite/gas/hppa/more.parse/.Sanitize
gas/testsuite/gas/hppa/more.parse/appbug.s [new file with mode: 0644]
gas/testsuite/gas/hppa/more.parse/parse.exp
gas/testsuite/gas/hppa/parse/.Sanitize
gas/testsuite/gas/hppa/parse/appbug.s [new file with mode: 0644]
gas/testsuite/gas/hppa/parse/parse.exp

index 1c040816302deecb7274456924f8769212e5c9e3..873f4ebe84dd749694044d7d418d21120a241c71 100644 (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.
 
index 8efd08028b44092bb84575b22fdc9ae9a62942cf..2b7f3a406d943c920ec889561f4d759b85c5ba39 100644 (file)
@@ -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 (file)
index 0000000..7a37f9e
--- /dev/null
@@ -0,0 +1 @@
+# 1 "crt0.s"
index 1d60f94d0968cf6ec996d9d75d6554233a5decde..897628cc3ef770a04184c11766460faddbf122fd 100755 (executable)
@@ -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"
 }
 
index 8efd08028b44092bb84575b22fdc9ae9a62942cf..2b7f3a406d943c920ec889561f4d759b85c5ba39 100644 (file)
@@ -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 (file)
index 0000000..7a37f9e
--- /dev/null
@@ -0,0 +1 @@
+# 1 "crt0.s"
index 1d60f94d0968cf6ec996d9d75d6554233a5decde..897628cc3ef770a04184c11766460faddbf122fd 100755 (executable)
@@ -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"
 }