This is the mail archive of the libc-alpha@sources.redhat.com mailing list for the glibc project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

[Bug#101308: glibc fails to build on m68k]


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  '
 `---=========------=======-------------=-=-----=-===-======-------=--=---'


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]