about summary refs log tree commit diff
path: root/sysdeps/unix/mips
diff options
context:
space:
mode:
authorAndreas Jaeger <aj@suse.de>2004-12-20 08:34:03 +0000
committerAndreas Jaeger <aj@suse.de>2004-12-20 08:34:03 +0000
commit97a0830c65902e7f2b8c35193789e9acc7b151b0 (patch)
treec98e6610d6943b8f3922193705d1eae88c5d6b20 /sysdeps/unix/mips
parent0dc6e4f9bea368651c7a90a4f1420358bdb878a3 (diff)
downloadglibc-97a0830c65902e7f2b8c35193789e9acc7b151b0.tar.gz
glibc-97a0830c65902e7f2b8c35193789e9acc7b151b0.tar.xz
glibc-97a0830c65902e7f2b8c35193789e9acc7b151b0.zip
[BZ #562]
2004-12-20  Jakub Jelinek  <jakub@redhat.com>, 
    Jim Gifford  <giffordj@linkline.com>
	[BZ #562]
	* sysdeps/mips/Makefile (librt-sysdep_routines): Add.
	* sysdeps/unix/mips/rt-sysdep.S: New file.
Diffstat (limited to 'sysdeps/unix/mips')
-rw-r--r--sysdeps/unix/mips/rt-sysdep.S1
1 files changed, 1 insertions, 0 deletions
diff --git a/sysdeps/unix/mips/rt-sysdep.S b/sysdeps/unix/mips/rt-sysdep.S
new file mode 100644
index 0000000000..f966bf1e59
--- /dev/null
+++ b/sysdeps/unix/mips/rt-sysdep.S
@@ -0,0 +1 @@
+#include <sysdep.S>