diff options
author | Eric Andersen <andersen@codepoet.org> | 2002-07-15 10:15:07 +0000 |
---|---|---|
committer | Eric Andersen <andersen@codepoet.org> | 2002-07-15 10:15:07 +0000 |
commit | aa65f3e76681aae456fe5a1c99e58f534e63b740 (patch) | |
tree | 9f96953f0633f51794abfe4f6c77afa2503fbaf0 /libc | |
parent | 8d12b9fbff99f7dc090a92d304e7b94c4c8a5beb (diff) |
Patch for a silly bug from David Blythe
Diffstat (limited to 'libc')
-rw-r--r-- | libc/sysdeps/linux/powerpc/brk.S | 2 |
1 files changed, 1 insertions, 1 deletions
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 |