* gas/hppa/omre.parse/parse.exp: Run it.
 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.
 
 
 block1.s
 block2.s
 calldatabug.s
+callinfobug.s
 defbug.s
 entrybug.s
 exportbug.s
 
--- /dev/null
+       .space $TEXT$
+       .subspa $CODE$
+       .align 4
+       .export divu,millicode
+       .proc
+       .callinfo millicode
+       .procend
 
 
     # 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"
 }
 
 
 block1.s
 block2.s
 calldatabug.s
+callinfobug.s
 defbug.s
 entrybug.s
 exportbug.s
 
--- /dev/null
+       .space $TEXT$
+       .subspa $CODE$
+       .align 4
+       .export divu,millicode
+       .proc
+       .callinfo millicode
+       .procend
 
 
     # 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"
 }