* 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:
Greg McGary 2000-06-06 19:20:57 +00:00
parent 1f20e04b47
commit 9b6a9cee89
2 changed files with 6 additions and 1 deletions

View File

@ -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.

View File

@ -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