aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeff Law <law@redhat.com>1994-01-12 21:42:55 +0000
committerJeff Law <law@redhat.com>1994-01-12 21:42:55 +0000
commit96f147a09543c98a60cc71c24cfb4834aac73bcd (patch)
treea82c338926ba3954e47fc4158ad7ef69c5d60779
parent3247659731fd464e7ada55cf59edb8dafa2cfd33 (diff)
downloadfsf-binutils-gdb-96f147a09543c98a60cc71c24cfb4834aac73bcd.zip
fsf-binutils-gdb-96f147a09543c98a60cc71c24cfb4834aac73bcd.tar.gz
fsf-binutils-gdb-96f147a09543c98a60cc71c24cfb4834aac73bcd.tar.bz2
* gas/hppa/more.parse/procbug.s: Add test for another bug relating
to having a function's label follow the .PROC directive.
-rw-r--r--gas/testsuite/ChangeLog5
-rwxr-xr-xgas/testsuite/gas/hppa/more.parse/procbug.s8
2 files changed, 13 insertions, 0 deletions
diff --git a/gas/testsuite/ChangeLog b/gas/testsuite/ChangeLog
index 5bbc9d9..a83f430 100644
--- a/gas/testsuite/ChangeLog
+++ b/gas/testsuite/ChangeLog
@@ -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
diff --git a/gas/testsuite/gas/hppa/more.parse/procbug.s b/gas/testsuite/gas/hppa/more.parse/procbug.s
index 9a324cf..5ae5057 100755
--- a/gas/testsuite/gas/hppa/more.parse/procbug.s
+++ b/gas/testsuite/gas/hppa/more.parse/procbug.s
@@ -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