From aa65f3e76681aae456fe5a1c99e58f534e63b740 Mon Sep 17 00:00:00 2001 From: Eric Andersen Date: Mon, 15 Jul 2002 10:15:07 +0000 Subject: Patch for a silly bug from David Blythe --- libc/sysdeps/linux/powerpc/brk.S | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libc/sysdeps/linux/powerpc/brk.S') diff --git a/libc/sysdeps/linux/powerpc/brk.S b/libc/sysdeps/linux/powerpc/brk.S index 3a9b9fd37..f7b7e3c84 100644 --- a/libc/sysdeps/linux/powerpc/brk.S +++ b/libc/sysdeps/linux/powerpc/brk.S @@ -35,7 +35,7 @@ __brk: li 0, __NR_brk; sc lwz r6,8(r1) -#ifdef PIC +#ifdef __PIC__ mflr r4 bl _GLOBAL_OFFSET_TABLE_@local-4 mflr r5 -- cgit v1.2.3