mirror of git://sourceware.org/git/glibc.git
* sysdeps/sparc/sparc32/dl-trampoline.S: Use std not stx.
This commit is contained in:
parent
79827876ee
commit
e638c1a2b8
|
|
@ -2,6 +2,10 @@
|
||||||
|
|
||||||
* manual/string.texi: Fix typo in wmemcpy decl.
|
* manual/string.texi: Fix typo in wmemcpy decl.
|
||||||
|
|
||||||
|
2005-04-10 David S. Miller <davem@davemloft.net>
|
||||||
|
|
||||||
|
* sysdeps/sparc/sparc32/dl-trampoline.S: Use std not stx.
|
||||||
|
|
||||||
2005-04-08 Carlos O'Donell <carlos@baldric.uwo.ca>
|
2005-04-08 Carlos O'Donell <carlos@baldric.uwo.ca>
|
||||||
|
|
||||||
* FAQ.in: Explain why `make' might fail running rpcgen.
|
* FAQ.in: Explain why `make' might fail running rpcgen.
|
||||||
|
|
|
||||||
|
|
@ -91,7 +91,7 @@ _dl_profile_invoke:
|
||||||
1: ldd [%l2], %g2
|
1: ldd [%l2], %g2
|
||||||
add %l2, 0x8, %l2
|
add %l2, 0x8, %l2
|
||||||
subcc %l7, 1, %l7
|
subcc %l7, 1, %l7
|
||||||
stx %g2, [%l3]
|
std %g2, [%l3]
|
||||||
bne 1b
|
bne 1b
|
||||||
add %l3, 0x8, %l3
|
add %l3, 0x8, %l3
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue