Update.
authorAndreas Jaeger <aj@suse.de>
Thu, 13 Apr 2000 19:53:31 +0000 (19:53 +0000)
committerAndreas Jaeger <aj@suse.de>
Thu, 13 Apr 2000 19:53:31 +0000 (19:53 +0000)
* sysdeps/unix/sysv/linux/mips/pipe.S: New file.

ChangeLog
sysdeps/unix/sysv/linux/mips/pipe.S [new file with mode: 0644]

index 01534ae..46ea37b 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -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 (file)
index 0000000..604da74
--- /dev/null
@@ -0,0 +1 @@
+#include <sysdeps/unix/mips/pipe.S>
\ No newline at end of file