aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Jaeger <aj@suse.de>2000-04-13 19:53:31 +0000
committerAndreas Jaeger <aj@suse.de>2000-04-13 19:53:31 +0000
commitab718a79c5c24718bd08cb1ccbba83b2e55aa1ff (patch)
treed249ac8a6b3ecd97ea84bdced81d71f18f3550aa
parent382e7b29f5f64ee5db9460435dac0d2ea553c9da (diff)
downloadglibc-ab718a79c5c24718bd08cb1ccbba83b2e55aa1ff.zip
glibc-ab718a79c5c24718bd08cb1ccbba83b2e55aa1ff.tar.gz
glibc-ab718a79c5c24718bd08cb1ccbba83b2e55aa1ff.tar.bz2
Update.
* sysdeps/unix/sysv/linux/mips/pipe.S: New file.
-rw-r--r--ChangeLog2
-rw-r--r--sysdeps/unix/sysv/linux/mips/pipe.S1
2 files changed, 3 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 01534ae..46ea37b 100644
--- 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
index 0000000..604da74
--- /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