Browse Source

use weak handling instead of .set

Mike Frysinger 19 years ago
parent
commit
2aa7788e7f
1 changed files with 1 additions and 1 deletions
  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