diff options
-rw-r--r-- | ChangeLog | 2 | ||||
-rw-r--r-- | sysdeps/unix/sysv/linux/mips/pipe.S | 1 |
2 files changed, 3 insertions, 0 deletions
@@ -1,5 +1,7 @@ 2000-04-13 Andreas Jaeger <aj@suse.de> + * sysdeps/unix/sysv/linux/mips/pipe.S: New file. + * sysdeps/unix/mips/pipe.S: Reorder instructions since .reorder is default. diff --git a/sysdeps/unix/sysv/linux/mips/pipe.S b/sysdeps/unix/sysv/linux/mips/pipe.S new file mode 100644 index 0000000000..604da74d63 --- /dev/null +++ b/sysdeps/unix/sysv/linux/mips/pipe.S @@ -0,0 +1 @@ +#include <sysdeps/unix/mips/pipe.S>
\ No newline at end of file |