CVSROOT: /cvs
Module name: src
Changes by: [email protected] 2011/07/20 15:02:51
Modified files:
lib/libm/src : s_cacosl.c s_casinl.c s_catanl.c s_ctanl.c
s_frexpf.c s_scalbn.c
lib/libm/src/ld128: e_expl.c s_cbrtl.c
lib/libm/src/ld80: e_expl.c e_logl.c e_powl.c e_tgammal.c
s_expm1l.c s_log1pl.c
Log message:
- Make constants const.
- Fix aliasing issue in s_frexpf.c; spotted by gcc. Many other
ones were fixed in NetBSD long ago, but this one was forgotten. It
looks like recently they fixed it too.