1
0
mirror of https://git.FreeBSD.org/src.git synced 2024-12-19 10:53:58 +00:00
freebsd/lib/libc/gdtoa
John Birrell 3e636fa0e5 Use an intermediate pointer to avoid a strict aliasing warning.
Note that ULong in this code is actually defined as an unsigned integer across
all arches so that the gdtoa() function always processes 32 bit data
despite the unfortunate naming of "ULong".
2007-11-21 01:10:42 +00:00
..
_hdtoa.c Fix a rounding error. 2007-05-08 02:59:37 +00:00
_ldtoa.c Use an intermediate pointer to avoid a strict aliasing warning. 2007-11-21 01:10:42 +00:00
glue.c
machdep_ldisd.c
machdep_ldisQ.c
machdep_ldisx.c
Makefile.inc
Symbol.map Remove symbols that should not be exported. 2007-10-13 14:40:16 +00:00