Эх сурвалжийг харах

Patch for a silly bug from David Blythe

Eric Andersen 23 жил өмнө
parent
commit
aa65f3e766

+ 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