mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-06-22 19:09:31 +08:00
* gas/hppa/more.parse/procbug.s: Add test for another bug relating
to having a function's label follow the .PROC directive.
This commit is contained in:
@ -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
|
||||
|
@ -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
|
||||
|
Reference in New Issue
Block a user