This is the mail archive of the
libc-alpha@sourceware.org
mailing list for the glibc project.
Still seeing problems with _itoa on 64-bit
- From: Steven Munroe <munroesj at us dot ibm dot com>
- To: libc-alpha at sources dot redhat dot com
- Date: Thu, 25 Jan 2007 11:01:05 -0600
- Subject: 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?