Source-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: src/lib/libm
Module Name: src
Committed By: riastradh
Date: Tue May 7 20:58:34 UTC 2024
Added Files:
src/lib/libm: m.aarch64.expsym m.alpha.expsym m.arm.expsym
m.hppa.expsym m.i386.expsym m.ia64.expsym m.mips.expsym
m.powerpc.expsym m.riscv.expsym m.sparc.expsym m.sparc64.expsym
m.vax.expsym m.x86_64.expsym
Log Message:
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.)
To generate a diff of this commit:
cvs rdiff -u -r0 -r1.1 src/lib/libm/m.aarch64.expsym \
src/lib/libm/m.alpha.expsym src/lib/libm/m.arm.expsym \
src/lib/libm/m.hppa.expsym src/lib/libm/m.i386.expsym \
src/lib/libm/m.ia64.expsym src/lib/libm/m.mips.expsym \
src/lib/libm/m.powerpc.expsym src/lib/libm/m.riscv.expsym \
src/lib/libm/m.sparc.expsym src/lib/libm/m.sparc64.expsym \
src/lib/libm/m.vax.expsym src/lib/libm/m.x86_64.expsym
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