From: Andreas Jaeger Date: Mon, 20 Dec 2004 08:34:03 +0000 (+0000) Subject: 2004-12-20 Jakub Jelinek , X-Git-Tag: glibc-2.16-ports-before-merge~1083 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2cc89a4967134a6511a14f6d9e249b0f7a72e6d2;p=thirdparty%2Fglibc.git 2004-12-20 Jakub Jelinek , Jim Gifford [BZ #562] * sysdeps/mips/Makefile (librt-sysdep_routines): Add. * sysdeps/unix/mips/rt-sysdep.S: New file. --- diff --git a/sysdeps/mips/Makefile b/sysdeps/mips/Makefile index 849785a550c..49ad3e1b911 100644 --- a/sysdeps/mips/Makefile +++ b/sysdeps/mips/Makefile @@ -6,3 +6,7 @@ endif ifeq ($(subdir),setjmp) sysdep_routines += setjmp_aux endif + +ifeq ($(subdir),rt) +librt-sysdep_routines += rt-sysdep +endif diff --git a/sysdeps/unix/mips/rt-sysdep.S b/sysdeps/unix/mips/rt-sysdep.S new file mode 100644 index 00000000000..f966bf1e597 --- /dev/null +++ b/sysdeps/unix/mips/rt-sysdep.S @@ -0,0 +1 @@ +#include