Source-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: src/lib/libm/arch/vax
Module Name: src
Committed By: riastradh
Date: Tue May 7 15:15:31 UTC 2024
Modified Files:
src/lib/libm/arch/vax: n_cabs.S n_cbrt.S n_scalbn.S
Log Message:
libm/arch/vax: Use STRONG_ALIAS, not ALTENTRY.
STRONG_ALIAS copies the symbol size and type, so it avoids warnings
like this:
/home/riastradh/netbsd/10/obj.vax/tooldir/bin/../lib/gcc/vax--netbsdelf/10.5.0/../../../../vax--netbsdelf/bin/ld: warning: type and size of dynamic symbol `ldexpl' are not defined
To generate a diff of this commit:
cvs rdiff -u -r1.8 -r1.9 src/lib/libm/arch/vax/n_cabs.S \
src/lib/libm/arch/vax/n_cbrt.S
cvs rdiff -u -r1.7 -r1.8 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.
Home |
Main Index |
Thread Index |
Old Index