Mail Archives: djgpp-workers/1996/07/30/07:14:03
> 1. put doprnt/printf/sprintf/fprintf etc into libm (I personally dislike it)
> 2. submit that 15k overhead
> 3. don't include higher precision conversion of long doubles in printf
4. Make that high prec functions optional, i.e. tell the user that
if he wants slightly better precision on long double printing, then
include an object file containing that functions on the command line.
I did not test it, but I think ld will remember symbols from object files
given on command line.
But the last does not seem too good for me.
- Raw text -