summaryrefslogtreecommitdiff
path: root/libc/sysdeps/linux/mips/pipe.S
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2006-01-04 00:44:42 +0000
committerMike Frysinger <vapier@gentoo.org>2006-01-04 00:44:42 +0000
commit2aa7788e7f161b9c51f3f5ec685b280fe42e380d (patch)
treebe7d489bd870ab6815e716bcd4e38072b4fcaaa9 /libc/sysdeps/linux/mips/pipe.S
parentf9ff85a50a2fd0041289fdcb07f701f157b0d295 (diff)
use weak handling instead of .set
Diffstat (limited to 'libc/sysdeps/linux/mips/pipe.S')
-rw-r--r--libc/sysdeps/linux/mips/pipe.S2
1 files changed, 1 insertions, 1 deletions
diff --git a/libc/sysdeps/linux/mips/pipe.S b/libc/sysdeps/linux/mips/pipe.S
index 1936d7626..fb8f7ef7f 100644
--- a/libc/sysdeps/linux/mips/pipe.S
+++ b/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