qrnnd.S: Use specific pseudos for VMS.
2011-11-16 Tristan Gingold <gingold@adacore.com> * config/alpha/qrnnd.S: Use specific pseudos for VMS. From-SVN: r181403
This commit is contained in:
parent
4a7bdab0f2
commit
f2a176dcf5
2 changed files with 16 additions and 0 deletions
|
@ -1,3 +1,7 @@
|
|||
2011-11-16 Tristan Gingold <gingold@adacore.com>
|
||||
|
||||
* config/alpha/qrnnd.S: Use specific pseudos for VMS.
|
||||
|
||||
2011-11-15 Georg-Johann Lay <avr@gjlay.de>
|
||||
|
||||
PR target/49868
|
||||
|
|
|
@ -33,9 +33,15 @@
|
|||
|
||||
.globl __udiv_qrnnd
|
||||
.ent __udiv_qrnnd
|
||||
#ifdef __VMS__
|
||||
__udiv_qrnnd..en:
|
||||
.frame $29,0,$26,0
|
||||
.prologue
|
||||
#else
|
||||
__udiv_qrnnd:
|
||||
.frame $30,0,$26,0
|
||||
.prologue 0
|
||||
#endif
|
||||
|
||||
#define cnt $2
|
||||
#define tmp $3
|
||||
|
@ -160,4 +166,10 @@ $Odd:
|
|||
bis $31,n0,$0
|
||||
ret $31,($26),1
|
||||
|
||||
#ifdef __VMS__
|
||||
.link
|
||||
.align 3
|
||||
__udiv_qrnnd:
|
||||
.pdesc __udiv_qrnnd..en,null
|
||||
#endif
|
||||
.end __udiv_qrnnd
|
||||
|
|
Loading…
Add table
Reference in a new issue