This is the mail archive of the newlib@sourceware.org mailing list for the newlib 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]

PPC e500, snprintf and valist


Hi,

I get a problem when I try to display a float or a double with newlib on 8572 board. The value is always 0 (%d and %p is right).

I debug the snprintf and vfprintf. But I get a wall. How and where is the valist done ?
The pointer on double or float seems to be wrong. The fmt is right.

I m looking for where is builtin_vastart and builtin_va_arg and tips to debug.

Thanks,
Claude


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