Explorar o código

use weak handling instead of .set

Mike Frysinger %!s(int64=20) %!d(string=hai) anos
pai
achega
2aa7788e7f
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      libc/sysdeps/linux/mips/pipe.S

+ 1 - 1
libc/sysdeps/linux/mips/pipe.S

@@ -8,7 +8,6 @@
 #include <asm/regdef.h>
 
 	.globl	pipe
-	.set	pipe,__pipe
         .globl  __pipe
 	.hidden	__pipe
         .ent    __pipe, 0
@@ -32,3 +31,4 @@ __pipe:
         j       ra
         .end    __pipe
         .size   __pipe,.-__pipe
+	.weak	pipe; pipe = __pipe