mirror of git://sourceware.org/git/glibc.git
* sysdeps/alpha/div_libc.h (_ITOFS): Use "sp" not "$sp". (_ITOFT, _FTOIT, _ITOFT2): Likewise.
2004-06-14 Richard Henderson <rth@redhat.com> * sysdeps/alpha/div_libc.h (_ITOFS): Use "sp" not "$sp". (_ITOFT, _FTOIT, _ITOFT2): Likewise.
This commit is contained in:
parent
a9e526e7d2
commit
dd340846b1
|
@ -1,3 +1,8 @@
|
||||||
|
2004-06-14 Richard Henderson <rth@redhat.com>
|
||||||
|
|
||||||
|
* sysdeps/alpha/div_libc.h (_ITOFS): Use "sp" not "$sp".
|
||||||
|
(_ITOFT, _FTOIT, _ITOFT2): Likewise.
|
||||||
|
|
||||||
2004-06-08 Jakub Jelinek <jakub@redhat.com>
|
2004-06-08 Jakub Jelinek <jakub@redhat.com>
|
||||||
|
|
||||||
* sysdeps/s390/s390-32/backtrace.c (init): Guard with #ifdef SHARED.
|
* sysdeps/s390/s390-32/backtrace.c (init): Guard with #ifdef SHARED.
|
||||||
|
|
|
@ -120,8 +120,8 @@ DIVBYZERO:
|
||||||
#ifdef __alpha_fix__
|
#ifdef __alpha_fix__
|
||||||
itofs \gr, \fr
|
itofs \gr, \fr
|
||||||
#else
|
#else
|
||||||
stl \gr, \slot($sp)
|
stl \gr, \slot(sp)
|
||||||
lds \fr, \slot($sp)
|
lds \fr, \slot(sp)
|
||||||
#endif
|
#endif
|
||||||
.endm
|
.endm
|
||||||
|
|
||||||
|
@ -129,8 +129,8 @@ DIVBYZERO:
|
||||||
#ifdef __alpha_fix__
|
#ifdef __alpha_fix__
|
||||||
itoft \gr, \fr
|
itoft \gr, \fr
|
||||||
#else
|
#else
|
||||||
stq \gr, \slot($sp)
|
stq \gr, \slot(sp)
|
||||||
ldt \fr, \slot($sp)
|
ldt \fr, \slot(sp)
|
||||||
#endif
|
#endif
|
||||||
.endm
|
.endm
|
||||||
|
|
||||||
|
@ -138,8 +138,8 @@ DIVBYZERO:
|
||||||
#ifdef __alpha_fix__
|
#ifdef __alpha_fix__
|
||||||
ftoit \fr, \gr
|
ftoit \fr, \gr
|
||||||
#else
|
#else
|
||||||
stt \fr, \slot($sp)
|
stt \fr, \slot(sp)
|
||||||
ldq \gr, \slot($sp)
|
ldq \gr, \slot(sp)
|
||||||
#endif
|
#endif
|
||||||
.endm
|
.endm
|
||||||
|
|
||||||
|
@ -150,9 +150,9 @@ DIVBYZERO:
|
||||||
itoft \gr1, \fr1
|
itoft \gr1, \fr1
|
||||||
itoft \gr2, \fr2
|
itoft \gr2, \fr2
|
||||||
#else
|
#else
|
||||||
stq \gr1, \slot1($sp)
|
stq \gr1, \slot1(sp)
|
||||||
stq \gr2, \slot2($sp)
|
stq \gr2, \slot2(sp)
|
||||||
ldt \fr1, \slot1($sp)
|
ldt \fr1, \slot1(sp)
|
||||||
ldt \fr2, \slot2($sp)
|
ldt \fr2, \slot2(sp)
|
||||||
#endif
|
#endif
|
||||||
.endm
|
.endm
|
||||||
|
|
Loading…
Reference in New Issue