From 9b6a9cee8900c4f9c43ca5f2c9e62c589c4cf238 Mon Sep 17 00:00:00 2001 From: Greg McGary Date: Tue, 6 Jun 2000 19:20:57 +0000 Subject: * sysdeps/unix/sysv/linux/powerpc/brk.S [!PIC]: Get low part of &__curbrk with @l. 2000-06-06 Greg McGary * sysdeps/unix/sysv/linux/powerpc/brk.S [!PIC]: Get low part of &__curbrk with @l. --- sysdeps/unix/sysv/linux/powerpc/brk.S | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sysdeps/unix/sysv') diff --git a/sysdeps/unix/sysv/linux/powerpc/brk.S b/sysdeps/unix/sysv/linux/powerpc/brk.S index 3147bafaee..69dd0ee6e8 100644 --- a/sysdeps/unix/sysv/linux/powerpc/brk.S +++ b/sysdeps/unix/sysv/linux/powerpc/brk.S @@ -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 -- cgit v1.2.3