* gas/hppa/more.parse/callinfobug.s: New test.
authorJeff Law <law@redhat.com>
Wed, 16 Mar 1994 22:44:14 +0000 (22:44 +0000)
committerJeff Law <law@redhat.com>
Wed, 16 Mar 1994 22:44:14 +0000 (22:44 +0000)
        * gas/hppa/omre.parse/parse.exp: Run it.

gas/testsuite/ChangeLog
gas/testsuite/gas/hppa/more.parse/.Sanitize
gas/testsuite/gas/hppa/more.parse/callinfobug.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/callinfobug.s [new file with mode: 0644]
gas/testsuite/gas/hppa/parse/parse.exp

index 78066bc..d4d4435 100644 (file)
@@ -1,5 +1,8 @@
 Wed Mar 16 11:57:07 1994  Jeffrey A. Law  (law@snake.cs.utah.edu)
 
+       * gas/hppa/more.parse/callinfobug.s: New test.
+       * gas/hppa/omre.parse/parse.exp: Run it.
+
        * gas/hppa/more.parse/regpopbug.s: New test.
        * gas/hppa/more.parse/parse.exp: Run it.
 
index 1661dcc..8b6bdc1 100644 (file)
@@ -32,6 +32,7 @@ appbug.s
 block1.s
 block2.s
 calldatabug.s
+callinfobug.s
 defbug.s
 entrybug.s
 exportbug.s
diff --git a/gas/testsuite/gas/hppa/more.parse/callinfobug.s b/gas/testsuite/gas/hppa/more.parse/callinfobug.s
new file mode 100644 (file)
index 0000000..219add1
--- /dev/null
@@ -0,0 +1,7 @@
+       .space $TEXT$
+       .subspa $CODE$
+       .align 4
+       .export divu,millicode
+       .proc
+       .callinfo millicode
+       .procend
index f572c8f..80dcedb 100755 (executable)
@@ -212,5 +212,8 @@ if [istarget hppa*-*-*] then {
 
     # Make sure gas handles various kinds of .reg pseudo-ops
     gas_test "regpopbug.s" "" "" "Test for bugs in .reg pseudo-op"
+
+    # Check some bugs that have appeared in parsing .callinfo directives
+    gas_test "callinfobug.s" "" "" "Test for bugs in .callinfo directive"
 }
 
index 1661dcc..8b6bdc1 100644 (file)
@@ -32,6 +32,7 @@ appbug.s
 block1.s
 block2.s
 calldatabug.s
+callinfobug.s
 defbug.s
 entrybug.s
 exportbug.s
diff --git a/gas/testsuite/gas/hppa/parse/callinfobug.s b/gas/testsuite/gas/hppa/parse/callinfobug.s
new file mode 100644 (file)
index 0000000..219add1
--- /dev/null
@@ -0,0 +1,7 @@
+       .space $TEXT$
+       .subspa $CODE$
+       .align 4
+       .export divu,millicode
+       .proc
+       .callinfo millicode
+       .procend
index f572c8f..80dcedb 100755 (executable)
@@ -212,5 +212,8 @@ if [istarget hppa*-*-*] then {
 
     # Make sure gas handles various kinds of .reg pseudo-ops
     gas_test "regpopbug.s" "" "" "Test for bugs in .reg pseudo-op"
+
+    # Check some bugs that have appeared in parsing .callinfo directives
+    gas_test "callinfobug.s" "" "" "Test for bugs in .callinfo directive"
 }