* gas/hppa/more.parse/parse.exp: Run it.
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.
align1.s
align2.s
+appbug.s
block1.s
block2.s
calldatabug.s
--- /dev/null
+# 1 "crt0.s"
# 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"
}
align1.s
align2.s
+appbug.s
block1.s
block2.s
calldatabug.s
--- /dev/null
+# 1 "crt0.s"
# 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"
}