CVS log for src/lib/libm/m.riscv.expsym
Up to [cvs.NetBSD.org] / src / lib / libm
Request diff between arbitrary revisions
Keyword substitution: kv
Default branch: MAIN
Revision 1.5: download - view: text, markup, annotated - select for diffs
Sun Jun 9 14:10:05 2024 UTC (7 months, 1 week ago) by riastradh
Branches: MAIN
CVS tags: perseant-exfatfs-base-20240630,
perseant-exfatfs-base,
perseant-exfatfs,
HEAD
Diff to: previous 1.4: preferred, colored
Changes since revision 1.4: +0 -471
lines
libm: Factor out common expected symbol list.
Should substantially reduce the maintenance burden.
Revision 1.4: download - view: text, markup, annotated - select for diffs
Sun Jun 9 13:33:36 2024 UTC (7 months, 1 week ago) by riastradh
Branches: MAIN
Diff to: previous 1.3: preferred, colored
Changes since revision 1.3: +4 -0
lines
libm: Do the weak alias dance for asin, acos, atan.
These are used internally by the complex trig functions, so they need
weak aliases.
Revision 1.3: download - view: text, markup, annotated - select for diffs
Wed May 8 01:42:23 2024 UTC (8 months, 1 week ago) by riastradh
Branches: MAIN
Diff to: previous 1.2: preferred, colored
Changes since revision 1.2: +0 -1
lines
libm: Don't export symbol `pio4' from s_cosl.c.
This appears to have been added unintentionally in the recent FreeBSD
long double update, and never went out in a release.
Revision 1.2: download - view: text, markup, annotated - select for diffs
Wed May 8 01:40:27 2024 UTC (8 months, 1 week ago) by riastradh
Branches: MAIN
Diff to: previous 1.1: preferred, colored
Changes since revision 1.1: +8 -0
lines
libm: Do the weak alias dance for sin/cos/tan/finite{,f}.
tan isn't used internally, but it's confusing for it to be treated
differently from sin and cos, and there's no harm in doing the dance
unnecessarily.
Revision 1.1: download - view: text, markup, annotated - select for diffs
Tue May 7 20:58:33 2024 UTC (8 months, 1 week ago) by riastradh
Branches: MAIN
libm: Memorialize expected symbols on various architectures.
This will reduce the risk of accidentally adding or deleting the
wrong symbols while fixing the aliases.
(This is all the architectures I have a build tree for handy; can add
other architectures like m68k later.)
CVSweb <webmaster@jp.NetBSD.org>