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

Still seeing problems with _itoa on 64-bit


On powerpc64 I get

dl-minimal.c:291: error: redefinition of â_itoa_wordâ
../stdio-common/_itoa.h:45: error: previous definition of â_itoa_wordâ
was here
dl-minimal.c: In function â_itoa_wordâ:
dl-minimal.c:295: error: argument âvalueâ doesnât match prototype
../stdio-common/_itoa.h:45: error: prototype declaration

on todays cvs trunk using gcc-4.1.1.

Would a static inline wrapper work better in this case?



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