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]

Use siprintf() in asctime_r.c


When I called ctime() in a test program for an ARM9 target, I noticed that floating point libraries were linked in.

I eventually traced this to sprintf() in asctime_r.c. This should be changed to siprintf(). There are perhaps many other places throughout newlib where calls to xprintf() should be changed to xiprintf().

Phil


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