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]
Other format: [Raw text]

Re: Glibc make check results


On Thu, Nov 21, 2002 at 08:24:21PM -0800, Roland McGrath wrote:

> > math/test-fpucw.out
> > 
> >   control word is 0x23f but should be 0x33f.

> I imagine this explains the other math results, which otherwise
> should not differ from Linux/x86.  I put in a change to init-first.c
> that might fix it.

init_first.c now fails to compile with the following errors:

../sysdeps/mach/hurd/i386/init-first.c: In function `posixland_init':
../sysdeps/mach/hurd/i386/init-first.c:68: `_dl_starting_up' undeclared (first use this function)
../sysdeps/mach/hurd/i386/init-first.c:68: (Each undeclared indentifier is reported only once
../sysdeps/mach/hurd/i386/init-first.c:68: for each function it appears in.)
../sysdeps/mach/hurd/i386/init-first.c:74: warning: implicit declaration of function `__setfpucw'
../sysdeps/mach/hurd/i386/init-first.c:74: `__fpu_control' undeclared (first use in this function)



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