Source-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: src/lib/libm/src



Module Name:    src
Committed By:   mrg
Date:           Sat Feb 24 19:32:09 UTC 2024

Modified Files:
        src/lib/libm/src: namespace.h s_atanl.c s_remquo.c s_remquof.c
            s_remquol.c

Log Message:
fix some fallout from 32-bit fixes for long double functions.

apply namespace.h to remqou*.  add missing weak aliases for some of them,
and normalise checkf for __weak_alias().

now libm.so seems to only have libc undefined symbols.


To generate a diff of this commit:
cvs rdiff -u -r1.18 -r1.19 src/lib/libm/src/namespace.h
cvs rdiff -u -r1.4 -r1.5 src/lib/libm/src/s_atanl.c \
    src/lib/libm/src/s_remquol.c
cvs rdiff -u -r1.1 -r1.2 src/lib/libm/src/s_remquo.c \
    src/lib/libm/src/s_remquof.c

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