diff options
author | Jeff Law <law@redhat.com> | 1994-04-11 16:02:52 +0000 |
---|---|---|
committer | Jeff Law <law@redhat.com> | 1994-04-11 16:02:52 +0000 |
commit | 1135d397cfd6c16cc218ffaab642000c8850540c (patch) | |
tree | f4ee26ae1c5bfbd0294af7e57a8baa9a9568b76e /gas/testsuite | |
parent | 052109905719084be58c1fbd6c52836bc6a5e42d (diff) | |
download | gdb-1135d397cfd6c16cc218ffaab642000c8850540c.zip gdb-1135d397cfd6c16cc218ffaab642000c8850540c.tar.gz gdb-1135d397cfd6c16cc218ffaab642000c8850540c.tar.bz2 |
* gas/hppa/more.parse/callinfobug.s: Add missing name for procedure.
Diffstat (limited to 'gas/testsuite')
-rw-r--r-- | gas/testsuite/gas/hppa/more.parse/callinfobug.s | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gas/testsuite/gas/hppa/more.parse/callinfobug.s b/gas/testsuite/gas/hppa/more.parse/callinfobug.s index 219add1..c08c773 100644 --- a/gas/testsuite/gas/hppa/more.parse/callinfobug.s +++ b/gas/testsuite/gas/hppa/more.parse/callinfobug.s @@ -4,4 +4,5 @@ .export divu,millicode .proc .callinfo millicode +divu .procend |