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

use weak handling instead of .set

Mike Frysinger 19 жил өмнө
parent
commit
2aa7788e7f

+ 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