Module Name:    src
Committed By:   riastradh
Date:           Thu May  9 00:04:23 UTC 2024

Modified Files:
        src/lib/libm: Makefile m.mips.expsym
Added Files:
        src/lib/libm: m.mips64.expsym

Log Message:
libm: Split expected symbols in mips further by 32-bit vs 64-bit.

32-bit has binary64 long double, same as double; 64-bit has binary128
long double, which is implemented with a few more symbols in libm
(which should maybe be hidden internal symbols, but let's get this
diagnostic measure in the build working before we think about
possibly deleting private symbols).


To generate a diff of this commit:
cvs rdiff -u -r1.232 -r1.233 src/lib/libm/Makefile
cvs rdiff -u -r1.3 -r1.4 src/lib/libm/m.mips.expsym
cvs rdiff -u -r0 -r1.1 src/lib/libm/m.mips64.expsym

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

Reply via email to