svn commit: branches/uClibc-nptl/libc/sysdeps/linux/mips

sjhill at uclibc.org sjhill at uclibc.org
Wed Feb 15 19:06:04 UTC 2006


Author: sjhill
Date: 2006-02-15 11:06:03 -0800 (Wed, 15 Feb 2006)
New Revision: 14062

Log:
Merge from trunk.


Modified:
   branches/uClibc-nptl/libc/sysdeps/linux/mips/pipe.S


Changeset:
Modified: branches/uClibc-nptl/libc/sysdeps/linux/mips/pipe.S
===================================================================
--- branches/uClibc-nptl/libc/sysdeps/linux/mips/pipe.S	2006-02-15 19:05:28 UTC (rev 14061)
+++ branches/uClibc-nptl/libc/sysdeps/linux/mips/pipe.S	2006-02-15 19:06:03 UTC (rev 14062)
@@ -7,9 +7,7 @@
 #include <asm/unistd.h>
 #include <asm/regdef.h>
 
-	.globl	pipe
 	.globl	__pipe
-	.hidden	__pipe
 	.ent	__pipe, 0
 __pipe:
 	.frame	sp, 24, sp
@@ -42,5 +40,5 @@
 	j	ra
 	.end	__pipe
 	.size	__pipe,.-__pipe
-	.weak	pipe
-	pipe = __pipe
+libc_hidden_def(pipe)
+weak_alias(__pipe, pipe)




More information about the uClibc-cvs mailing list