* gas/hppa/more.parse/procbug.s: Add test for another bug relating
authorJeff Law <law@redhat.com>
Wed, 12 Jan 1994 21:42:55 +0000 (21:42 +0000)
committerJeff Law <law@redhat.com>
Wed, 12 Jan 1994 21:42:55 +0000 (21:42 +0000)
        to having a function's label follow the .PROC directive.

gas/testsuite/ChangeLog
gas/testsuite/gas/hppa/more.parse/procbug.s

index 5bbc9d98e9889d4a8666b4e2436c9bd787b5d218..a83f4304436cdff5f7b62ff9c11290aacaf67714 100644 (file)
@@ -1,3 +1,8 @@
+Wed Jan 12 13:41:10 1994  Jeffrey A. Law  (law@snake.cs.utah.edu)
+
+       * gas/hppa/more.parse/procbug.s: Add test for another bug relating
+       to having a function's label follow the .PROC directive.
+
 Tue Jan 11 21:47:48 1994  Jeffrey A. Law  (law@snake.cs.utah.edu)
 
        * gas/hppa/reloc/reloc.exp: Add test for cross-subspace call bug
index 9a324cf43475669f3cbc39f12d2e4d28d279574a..5ae5057f643a103dc4dc13c4fa8a795e380cddf7 100755 (executable)
@@ -6,3 +6,11 @@
        .callinfo
 divu:  stws,ma         %r4,4(%r5)              ; save registers on stack
        .procend
+
+       .export divu2,entry
+       .proc
+       .callinfo
+       .entry
+divu2: stws,ma         %r4,4(%r5)              ; save registers on stack
+       .exit
+       .procend