Modify .PARAM so we need an arg reloc.
This commit is contained in:
parent
6204760d74
commit
9a6355046e
2 changed files with 5 additions and 1 deletions
|
@ -1,3 +1,7 @@
|
|||
2000-09-28 Alan Modra <alan@linuxcare.com.au>
|
||||
|
||||
* gas/hppa/reloc/reduce.s: Modify .PARAM so we need an arg reloc.
|
||||
|
||||
2000-09-22 Jim Wilson <wilson@cygnus.com>
|
||||
|
||||
* gas/ia64/opc-f.pl: Add missing fcmp and fpcmp tests.
|
||||
|
|
|
@ -4,7 +4,7 @@
|
|||
|
||||
.code
|
||||
.align 4
|
||||
.PARAM foo,RTNVAL=GR
|
||||
.PARAM foo,ARGW0=FR
|
||||
foo:
|
||||
.PROC
|
||||
.CALLINFO FRAME=0,NO_CALLS
|
||||
|
|
Loading…
Add table
Reference in a new issue