about summary refs log tree commit diff
path: root/sysdeps/unix/mips/pipe.S
diff options
context:
space:
mode:
authorAndreas Jaeger <aj@suse.de>2000-04-13 19:46:02 +0000
committerAndreas Jaeger <aj@suse.de>2000-04-13 19:46:02 +0000
commit1cd0f06d0f6a42708fa18a1d54e30cc5aeed7667 (patch)
tree9190e0cfd90e06a91306c280cfb6583917ef0cc6 /sysdeps/unix/mips/pipe.S
parent547ff46273e7460f79a51ecda370116969eba182 (diff)
downloadglibc-1cd0f06d0f6a42708fa18a1d54e30cc5aeed7667.tar.gz
glibc-1cd0f06d0f6a42708fa18a1d54e30cc5aeed7667.tar.xz
glibc-1cd0f06d0f6a42708fa18a1d54e30cc5aeed7667.zip
2000-04-13 Andreas Jaeger <aj@suse.de>
	* sysdeps/unix/mips/pipe.S: Reorder instructions since .reorder is
	default.

	* sysdeps/mips/__longjmp.c (__longjmp): Use $25 to fix problems
	with some applications.
	Patches by Ralf Baechle <ralf@uni-koblenz.de>.

	* sysdeps/mips/bsd-setjmp.S: Use __PIC__.
	* sysdeps/mips/bsd-_setjmp.S: Likewise.
	* sysdeps/mips/setjmp.S: Likewise.
Diffstat (limited to 'sysdeps/unix/mips/pipe.S')
-rw-r--r--sysdeps/unix/mips/pipe.S5
1 files changed, 2 insertions, 3 deletions
diff --git a/sysdeps/unix/mips/pipe.S b/sysdeps/unix/mips/pipe.S
index dac617461d..7066ac71ce 100644
--- a/sysdeps/unix/mips/pipe.S
+++ b/sysdeps/unix/mips/pipe.S
@@ -1,4 +1,4 @@
-/* Copyright (C) 1992, 1995, 1997 Free Software Foundation, Inc.
+/* Copyright (C) 1992, 1995, 1997, 2000 Free Software Foundation, Inc.
    This file is part of the GNU C Library.
    Contributed by Brendan Kehoe (brendan@zen.org).
 
@@ -25,9 +25,8 @@ SYSCALL__ (pipe, 1)
 	sw v1, 4(a0)
 
 	/* Go out with a clean status.  */
-	j ra
 	move v0, zero
-	nop
+	j ra
 	.end __pipe
 
 weak_alias (__pipe, pipe)