Module Name: src Committed By: mlelstv Date: Mon May 20 20:27:43 UTC 2013
Modified Files: src/lib/libm/arch/i387: s_scalbnf.S s_scalbnl.S src/lib/libm/arch/mc68881: s_scalbn.S src/lib/libm/arch/vax: n_scalbn.S Log Message: Correctly alias the ldexp* functions to the scalbn equivalents that take an int argument. To generate a diff of this commit: cvs rdiff -u -r1.13 -r1.14 src/lib/libm/arch/i387/s_scalbnf.S cvs rdiff -u -r1.4 -r1.5 src/lib/libm/arch/i387/s_scalbnl.S cvs rdiff -u -r1.10 -r1.11 src/lib/libm/arch/mc68881/s_scalbn.S cvs rdiff -u -r1.2 -r1.3 src/lib/libm/arch/vax/n_scalbn.S Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.