Browse Source

Patch for a silly bug from David Blythe

Eric Andersen 23 years ago
parent
commit
aa65f3e766
1 changed files with 1 additions and 1 deletions
  1. 1 1
      libc/sysdeps/linux/powerpc/brk.S

+ 1 - 1
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