From: Roland McGrath Date: Fri, 2 Aug 1991 07:11:28 +0000 (+0000) Subject: Initial revision X-Git-Tag: glibc-2.16-ports-before-merge~4431 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=62b4e5546b8f299e3325936d17a76566f2606c46;p=thirdparty%2Fglibc.git Initial revision --- diff --git a/sysdeps/m68k/fpu/switch/Dist b/sysdeps/m68k/fpu/switch/Dist new file mode 100644 index 00000000000..70502fb121a --- /dev/null +++ b/sysdeps/m68k/fpu/switch/Dist @@ -0,0 +1 @@ +68881-switch.h switch.c diff --git a/sysdeps/unix/bsd/sun/sparc/Dist b/sysdeps/unix/bsd/sun/sparc/Dist new file mode 100644 index 00000000000..614a5410cab --- /dev/null +++ b/sysdeps/unix/bsd/sun/sparc/Dist @@ -0,0 +1 @@ +tramp_sigvec.c diff --git a/sysdeps/unix/bsd/sun/sparc/Makefile b/sysdeps/unix/bsd/sun/sparc/Makefile new file mode 100644 index 00000000000..5dd736f5574 --- /dev/null +++ b/sysdeps/unix/bsd/sun/sparc/Makefile @@ -0,0 +1,3 @@ +ifeq ($(subdir),signal) +sysdep_routines := $(sysdep_routines) tramp_sigvec +endif