[Bug#101308: glibc fails to build on m68k]
Ben Collins
bcollins@debian.org
Mon Jun 18 09:25:00 GMT 2001
Can this patch be applied please?
----- Forwarded message from Michael Fedrowitz <michael.fedrowitz@informatik.uni-ulm.de> -----
Subject: Bug#101308: glibc fails to build on m68k
From: Michael Fedrowitz <michael.fedrowitz@informatik.uni-ulm.de>
To: submit@bugs.debian.org
Package: glibc
Version: 2.2.3-6
Severity: serious
Tags: patch
Hi,
glibc doesn't build on m68k because of two little typos recently introduced
in CVS. Patch is below.
-Michael
diff -urN glibc-2.2.3.orig/sysdeps/m68k/fpu/e_log2f.c glibc-2.2.3/sysdeps/m68k/fpu/e_log2f.c
--- glibc-2.2.3.orig/sysdeps/m68k/fpu/e_log2f.c Sun Jun 17 15:58:54 2001
+++ glibc-2.2.3/sysdeps/m68k/fpu/e_log2f.c Wed Jun 13 22:55:33 2001
@@ -1,2 +1,2 @@
-#define FUNC __ieee754_log10f
+#define FUNC __ieee754_log2f
#include <e_acosf.c>
diff -urN glibc-2.2.3.orig/sysdeps/m68k/fpu/e_log2l.c glibc-2.2.3/sysdeps/m68k/fpu/e_log2l.c
--- glibc-2.2.3.orig/sysdeps/m68k/fpu/e_log2l.c Sun Jun 17 15:58:54 2001
+++ glibc-2.2.3/sysdeps/m68k/fpu/e_log2l.c Wed Jun 13 22:55:41 2001
@@ -1,2 +1,2 @@
-#define FUNC __ieee754_log10l
+#define FUNC __ieee754_log2l
#include <e_acosl.c>
----- End forwarded message -----
--
-----------=======-=-======-=========-----------=====------------=-=------
/ Ben Collins -- ...on that fantastic voyage... -- Debian GNU/Linux \
` bcollins@debian.org -- bcollins@openldap.org -- bcollins@linux.com '
`---=========------=======-------------=-=-----=-===-======-------=--=---'
More information about the Libc-alpha
mailing list