]> Git Repo - uclibc-ng.git/commitdiff
Patch for a silly bug from David Blythe
authorEric Andersen <[email protected]>
Mon, 15 Jul 2002 10:15:07 +0000 (10:15 -0000)
committerEric Andersen <[email protected]>
Mon, 15 Jul 2002 10:15:07 +0000 (10:15 -0000)
libc/sysdeps/linux/powerpc/brk.S

index 3a9b9fd37f43459b01326d49eef93adc8b502e65..f7b7e3c8462f388c261bd1bb74f6551351c45e2b 100644 (file)
@@ -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
This page took 0.023448 seconds and 4 git commands to generate.