Warnings while compiling

Jeff Bailey Jbailey@phn.ca
Wed Dec 30 16:42:00 GMT 1998


eps/ieee754 -I../sysdeps/libm-ieee754 -I../sysdeps/generic/elf -I../sysdeps/generic    -include ../include/libc-symbols.h  -DPIC   -o /space/home/jbailey/build.glibc/stdlib/strtof_l.os
In file included from strtod.c:69,
                 from strtof.c:22,
                 from strtof_l.c:29:
longlong.h:1172: warning: `UDIV_TIME' redefined
longlong.h:1170: warning: this is the location of the previous definition

I managed to catch this whizzing by on the X window.

The offending code from stdlib/longlong.h is:

1170: #define UDIV_TIME (3+7*32)      /* 7 instructions/iteration. 32 iterations. */

1172: #define UDIV_TIME 140

Unlike, unfortunetly the Great God drepper, I run screaming from assembler so haven't a clue what's right for this section.  I'll continue to beat on things that I know how to read.

Tks,
Jeff Bailey




More information about the Libc-alpha mailing list