From 2aa7788e7f161b9c51f3f5ec685b280fe42e380d Mon Sep 17 00:00:00 2001 From: Mike Frysinger Date: Wed, 4 Jan 2006 00:44:42 +0000 Subject: use weak handling instead of .set --- libc/sysdeps/linux/mips/pipe.S | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libc/sysdeps/linux/mips') 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 .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 -- cgit v1.2.3