This is the mail archive of the libc-alpha@cygnus.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]

Warnings while compiling


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



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