mirror of
git://sourceware.org/git/glibc.git
synced 2025-03-25 13:51:04 +08:00
* sysdeps/unix/sysv/linux/powerpc/brk.S [!PIC]:
Get low part of &__curbrk with @l. 2000-06-06 Greg McGary <greg@mcgary.org> * sysdeps/unix/sysv/linux/powerpc/brk.S [!PIC]: Get low part of &__curbrk with @l.
This commit is contained in:
parent
1f20e04b47
commit
9b6a9cee89
@ -1,3 +1,8 @@
|
||||
2000-06-06 Greg McGary <greg@mcgary.org>
|
||||
|
||||
* sysdeps/unix/sysv/linux/powerpc/brk.S [!PIC]:
|
||||
Get low part of &__curbrk with @l.
|
||||
|
||||
2000-06-06 Ulrich Drepper <drepper@redhat.com>
|
||||
|
||||
* iconvdata/iso-2022-kr.c: Add __builtin_expect in many places.
|
||||
|
@ -37,7 +37,7 @@ ENTRY(__brk)
|
||||
stw r3,0(r5)
|
||||
#else
|
||||
lis r4,__curbrk@ha
|
||||
stw r3,__curbrk@sdarel(r4)
|
||||
stw r3,__curbrk@l(r4)
|
||||
#endif
|
||||
cmplw r6,r3
|
||||
addi r1,r1,16
|
||||
|
Loading…
x
Reference in New Issue
Block a user