Browse Source

use weak handling instead of .set

Mike Frysinger 20 năm trước cách đây
mục cha
commit
2aa7788e7f
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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