Module Name:    src
Committed By:   riastradh
Date:           Tue May  7 15:15:10 UTC 2024

Modified Files:
        src/lib/libm/arch/vax: n_argred.S n_atan2.S n_cabs.S n_cbrt.S
            n_infnan.S n_scalbn.S n_sqrt.S n_support.S

Log Message:
libm/arch/vax: Use END to delimit symbol definitions.

This way we get sizes and, likely, slightly better debug info about
PCs inside these symbols.


To generate a diff of this commit:
cvs rdiff -u -r1.9 -r1.10 src/lib/libm/arch/vax/n_argred.S \
    src/lib/libm/arch/vax/n_atan2.S
cvs rdiff -u -r1.7 -r1.8 src/lib/libm/arch/vax/n_cabs.S \
    src/lib/libm/arch/vax/n_cbrt.S
cvs rdiff -u -r1.6 -r1.7 src/lib/libm/arch/vax/n_infnan.S \
    src/lib/libm/arch/vax/n_scalbn.S
cvs rdiff -u -r1.11 -r1.12 src/lib/libm/arch/vax/n_sqrt.S
cvs rdiff -u -r1.10 -r1.11 src/lib/libm/arch/vax/n_support.S

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Reply via email to