Module Name:src
Committed By: christos
Date: Sun Feb 23 15:36:07 UTC 2025
Modified Files:
src/lib/libm/ld128: e_lgammal_r.c
Log Message:
PR/59093: Onno van der Linden: Follow suit and do the same as the ld80 version
To generate a diff of this commit:
cvs rdiff -u -r1.1 -
Module Name:src
Committed By: christos
Date: Sun Feb 23 15:36:07 UTC 2025
Modified Files:
src/lib/libm/ld128: e_lgammal_r.c
Log Message:
PR/59093: Onno van der Linden: Follow suit and do the same as the ld80 version
To generate a diff of this commit:
cvs rdiff -u -r1.1 -
Module Name:src
Committed By: christos
Date: Sat Feb 22 19:09:05 UTC 2025
Modified Files:
src/lib/libm/ld80: e_lgammal_r.c
Log Message:
PR/59093: Onno van der Linden: Elide compiler warning
To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 src/lib/libm/ld80/e_l
Module Name:src
Committed By: christos
Date: Sat Feb 22 19:09:05 UTC 2025
Modified Files:
src/lib/libm/ld80: e_lgammal_r.c
Log Message:
PR/59093: Onno van der Linden: Elide compiler warning
To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 src/lib/libm/ld80/e_l
Module Name:src
Committed By: tsutsui
Date: Sat Feb 15 10:47:52 UTC 2025
Modified Files:
src/lib/libm: m.hppa.expsym
Log Message:
libm: Also add fma(3) and variants to expected symbols for hppa.
To generate a diff of this commit:
cvs rdiff -u -r1.5 -r1.6 src/lib/libm/m.h
Module Name:src
Committed By: tsutsui
Date: Sat Feb 15 10:47:52 UTC 2025
Modified Files:
src/lib/libm: m.hppa.expsym
Log Message:
libm: Also add fma(3) and variants to expected symbols for hppa.
To generate a diff of this commit:
cvs rdiff -u -r1.5 -r1.6 src/lib/libm/m.h
Module Name:src
Committed By: tsutsui
Date: Sat Feb 15 09:00:38 UTC 2025
Modified Files:
src/lib/libm: Makefile
Log Message:
libm: Add missing fma(3) and variants for hppa.
Fixes a build error on pkgsrc/lang/python312. Ok'ed by skrll@.
Should be pulled up to netbsd-10.
Module Name:src
Committed By: tsutsui
Date: Sat Feb 15 09:00:38 UTC 2025
Modified Files:
src/lib/libm: Makefile
Log Message:
libm: Add missing fma(3) and variants for hppa.
Fixes a build error on pkgsrc/lang/python312. Ok'ed by skrll@.
Should be pulled up to netbsd-10.
Module Name:src
Committed By: riastradh
Date: Sun Nov 24 04:23:44 UTC 2024
Added Files:
src/lib/libm/arch/i387: m387.expsym
Log Message:
libm387: Add (intentionally empty!) exported symbol list.
This library has been an empty stub since 2008, probably won't serve
any usef
Module Name:src
Committed By: riastradh
Date: Sun Nov 24 04:23:44 UTC 2024
Added Files:
src/lib/libm/arch/i387: m387.expsym
Log Message:
libm387: Add (intentionally empty!) exported symbol list.
This library has been an empty stub since 2008, probably won't serve
any usef
Module Name:src
Committed By: riastradh
Date: Sun Nov 24 04:21:29 UTC 2024
Modified Files:
src/lib/libm: m.powerpc64.expsym
Log Message:
libm: Fix powerpc64 expected symbols.
We no longer list the linker-generated ._init/._fini.
PR lib/58838: shared libraries in base sho
Module Name:src
Committed By: riastradh
Date: Sun Nov 24 04:21:29 UTC 2024
Modified Files:
src/lib/libm: m.powerpc64.expsym
Log Message:
libm: Fix powerpc64 expected symbols.
We no longer list the linker-generated ._init/._fini.
PR lib/58838: shared libraries in base sho
Module Name:src
Committed By: riastradh
Date: Fri Nov 22 17:07:36 UTC 2024
Modified Files:
src/lib/libm: m.sh3.expsym
Log Message:
libm: Fix sh3 expected symbols.
We no longer list the linker-generated __ctors/dtors and
__ctors/dtors_end.
PR lib/58838: shared libraries i
Module Name:src
Committed By: riastradh
Date: Fri Nov 22 17:07:36 UTC 2024
Modified Files:
src/lib/libm: m.sh3.expsym
Log Message:
libm: Fix sh3 expected symbols.
We no longer list the linker-generated __ctors/dtors and
__ctors/dtors_end.
PR lib/58838: shared libraries i
Module Name:src
Committed By: riastradh
Date: Wed Oct 30 16:57:16 UTC 2024
Modified Files:
src/lib/libm/src: s_nearbyint.c
Log Message:
nearbyint(3), nearbyintf(3): Use rint(3), rintf(3), not rintl(3).
This macro was mistakenly changed to use rintl(3) for all three
functi
Module Name:src
Committed By: riastradh
Date: Wed Oct 30 16:57:16 UTC 2024
Modified Files:
src/lib/libm/src: s_nearbyint.c
Log Message:
nearbyint(3), nearbyintf(3): Use rint(3), rintf(3), not rintl(3).
This macro was mistakenly changed to use rintl(3) for all three
functi
On Wed, 30 Oct 2024 06:59:45 Taylor R Campbell wrote:
> > Date: Wed, 30 Oct 2024 04:30:44 +0900
> > From: Izumi Tsutsui
> >
> > riastradh@ wrote:
> > > Is this configuration
> > > relevant for real-world hardware or is it more of a `for fun' option?
> >
> > The only use case is to run NetBSD/mac
On Tue, Oct 29, 2024 at 07:59:45PM +, Taylor R Campbell wrote:
> Yes, I think we need a new MACHINE_ARCH for that, maybe m68ksf. But
> maybe effort is better spent on making FPU_EMULATE work than on
> dealing with a new ABI.
I think this is impossible w/o compiler/linker support and doing spe
> Date: Wed, 30 Oct 2024 04:30:44 +0900
> From: Izumi Tsutsui
>
> riastradh@ wrote:
>
> > Is this configuration
> > relevant for real-world hardware or is it more of a `for fun' option?
>
> The only use case is to run NetBSD/mac68k on XC68LC040 machines.
>
> It looks he "options FPU_EMULATE" f
riastradh@ wrote:
> Interesting, thanks, so that means we don't have any automatic builds
> (let alone tests) of m68k MKSOFTFLOAT=yes?
Currently no m68k architecture that use softfloat by default,
so MKSOFTFLOAT is optional.
> Is this configuration
> relevant for real-world hardware or is it mor
> Date: Wed, 30 Oct 2024 01:45:45 +1100
> From: Nathanial Sloss
>
> On Tue, 29 Oct 2024 23:30:47 Taylor R Campbell wrote:
> > > Pull in missing functions for MKSOFTFLOAT.
> >
> > That's interesting, how did you notice these were missing? What build
> > does this affect?
>
> mac68k MKSOFTFLOAT.
On Tue, 29 Oct 2024 23:30:47 Taylor R Campbell wrote:
> > Module Name:src
> > Committed By: nat
> > Date: Tue Oct 29 01:34:18 UTC 2024
> >
> > Modified Files:
> > src/lib/libm: Makefile
> >
> > Log Message:
> > Pull in missing functions for MKSOFTFLOAT.
>
> That's interes
> Module Name:src
> Committed By: nat
> Date: Tue Oct 29 01:34:18 UTC 2024
>
> Modified Files:
> src/lib/libm: Makefile
>
> Log Message:
> Pull in missing functions for MKSOFTFLOAT.
That's interesting, how did you notice these were missing? What build
does this affect?
Module Name:src
Committed By: nat
Date: Tue Oct 29 01:34:18 UTC 2024
Modified Files:
src/lib/libm: Makefile
Log Message:
Pull in missing functions for MKSOFTFLOAT.
To generate a diff of this commit:
cvs rdiff -u -r1.239 -r1.240 src/lib/libm/Makefile
Please note that dif
Module Name:src
Committed By: nat
Date: Tue Oct 29 01:34:18 UTC 2024
Modified Files:
src/lib/libm: Makefile
Log Message:
Pull in missing functions for MKSOFTFLOAT.
To generate a diff of this commit:
cvs rdiff -u -r1.239 -r1.240 src/lib/libm/Makefile
Please note that dif
Module Name:src
Committed By: gdt
Date: Fri Sep 20 22:45:15 UTC 2024
Modified Files:
src/lib/libm/src: s_remquo.c
Log Message:
libm/remquo: Fix bug where remquo returned wrong sign of quo
ISO C requires that quo be congruent to the quotient mod 2^k and have
a particular s
Module Name:src
Committed By: gdt
Date: Fri Sep 20 22:45:15 UTC 2024
Modified Files:
src/lib/libm/src: s_remquo.c
Log Message:
libm/remquo: Fix bug where remquo returned wrong sign of quo
ISO C requires that quo be congruent to the quotient mod 2^k and have
a particular s
Module Name:src
Committed By: gdt
Date: Fri Sep 20 18:08:33 UTC 2024
Modified Files:
src/lib/libm/src: s_remquo.c
Log Message:
libm/remquo: Fix bug where wrong quotient was returned
Fix taken from FreeBSD:
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=166463
htt
Module Name:src
Committed By: gdt
Date: Fri Sep 20 18:08:33 UTC 2024
Modified Files:
src/lib/libm/src: s_remquo.c
Log Message:
libm/remquo: Fix bug where wrong quotient was returned
Fix taken from FreeBSD:
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=166463
htt
Module Name:src
Committed By: riastradh
Date: Wed Jul 17 12:00:48 UTC 2024
Modified Files:
src/lib/libm/arch/vax: n_support.S
src/lib/libm/ld80: k_expl.h
src/lib/libm/noieee_src: mathimpl.h
src/lib/libm/src: e_fmodl.c s_atanl.c s_remquol.c
Log Messa
Module Name:src
Committed By: riastradh
Date: Wed Jul 17 12:00:48 UTC 2024
Modified Files:
src/lib/libm/arch/vax: n_support.S
src/lib/libm/ld80: k_expl.h
src/lib/libm/noieee_src: mathimpl.h
src/lib/libm/src: e_fmodl.c s_atanl.c s_remquol.c
Log Messa
Module Name:src
Committed By: riastradh
Date: Wed Jul 17 12:00:13 UTC 2024
Modified Files:
src/lib/libm/src: math_private.h
Log Message:
libm/src/math_private.h: Tidy up comments and whitespace.
Clarify which words are which when ambiguous.
Say `significand', not `mantis
Module Name:src
Committed By: riastradh
Date: Wed Jul 17 12:00:13 UTC 2024
Modified Files:
src/lib/libm/src: math_private.h
Log Message:
libm/src/math_private.h: Tidy up comments and whitespace.
Clarify which words are which when ambiguous.
Say `significand', not `mantis
Module Name:src
Committed By: riastradh
Date: Tue Jul 16 14:53:17 UTC 2024
Modified Files:
src/lib/libm/noieee_src: n_sincos.c
Log Message:
libm/noieee_src/n_sincos.c: Omit confusing duplicate sincos{,f}.
This file is not currently used -- vax uses n_sincos.S and sincos{,
Module Name:src
Committed By: riastradh
Date: Tue Jul 16 14:53:17 UTC 2024
Modified Files:
src/lib/libm/noieee_src: n_sincos.c
Log Message:
libm/noieee_src/n_sincos.c: Omit confusing duplicate sincos{,f}.
This file is not currently used -- vax uses n_sincos.S and sincos{,
Module Name:src
Committed By: riastradh
Date: Tue Jul 16 14:52:50 UTC 2024
Modified Files:
src/lib/libm: m.common.expsym m.ieee754.expsym
src/lib/libm/arch/i387: s_log1p.S s_log1pf.S
src/lib/libm/arch/mc68881: s_log1p.S
src/lib/libm/noieee_src: n_log
Module Name:src
Committed By: riastradh
Date: Tue Jul 16 14:52:50 UTC 2024
Modified Files:
src/lib/libm: m.common.expsym m.ieee754.expsym
src/lib/libm/arch/i387: s_log1p.S s_log1pf.S
src/lib/libm/arch/mc68881: s_log1p.S
src/lib/libm/noieee_src: n_log
Module Name:src
Committed By: mrg
Date: Wed Jul 3 06:26:03 UTC 2024
Modified Files:
src/lib/libm: Makefile
Log Message:
move a COPTS setting after bsd.own.mk.
the riscv64 compat build trips on this saying:
bsd.rv32.mk" line 25: while evaluating variable "COPTS": while
Module Name:src
Committed By: mrg
Date: Wed Jul 3 06:26:03 UTC 2024
Modified Files:
src/lib/libm: Makefile
Log Message:
move a COPTS setting after bsd.own.mk.
the riscv64 compat build trips on this saying:
bsd.rv32.mk" line 25: while evaluating variable "COPTS": while
Module Name:src
Committed By: riastradh
Date: Mon Jun 10 12:49:30 UTC 2024
Modified Files:
src/lib/libm: Makefile
Log Message:
libm: Fix arm expected symbol list harder.
LIB is not defined by the time we need it in the m.expsym rule, so
just say m here like in the other l
Module Name:src
Committed By: riastradh
Date: Mon Jun 10 12:49:30 UTC 2024
Modified Files:
src/lib/libm: Makefile
Log Message:
libm: Fix arm expected symbol list harder.
LIB is not defined by the time we need it in the m.expsym rule, so
just say m here like in the other l
Module Name:src
Committed By: riastradh
Date: Mon Jun 10 12:47:40 UTC 2024
Modified Files:
src/lib/libm: Makefile
Log Message:
libm: Fix mips and arm expected symbol lists.
Had forgotten that they were overriding LIB_EXPSYM. Use a new
intermediate variable EXPSYM_SRC_MD
Module Name:src
Committed By: riastradh
Date: Mon Jun 10 12:47:40 UTC 2024
Modified Files:
src/lib/libm: Makefile
Log Message:
libm: Fix mips and arm expected symbol lists.
Had forgotten that they were overriding LIB_EXPSYM. Use a new
intermediate variable EXPSYM_SRC_MD
Module Name:src
Committed By: riastradh
Date: Sun Jun 9 14:10:06 UTC 2024
Modified Files:
src/lib/libm: Makefile m.aarch64.expsym m.alpha.expsym m.arm.expsym
m.armhf.expsym m.hppa.expsym m.i386.expsym m.ia64.expsym
m.m68k.expsym m.mips.expsym m.mips
Module Name:src
Committed By: riastradh
Date: Sun Jun 9 14:10:06 UTC 2024
Modified Files:
src/lib/libm: Makefile m.aarch64.expsym m.alpha.expsym m.arm.expsym
m.armhf.expsym m.hppa.expsym m.i386.expsym m.ia64.expsym
m.m68k.expsym m.mips.expsym m.mips
Module Name:src
Committed By: riastradh
Date: Sun Jun 9 14:09:27 UTC 2024
Modified Files:
src/lib/libm: m.vax.expsym
src/lib/libm/noieee_src: n_lgamma.c
Log Message:
libm: Define lgamma_r, lgammal, lgammal_r on non-IEEE754.
Missing internal aliases _lgamma_r and
Module Name:src
Committed By: riastradh
Date: Sun Jun 9 14:09:27 UTC 2024
Modified Files:
src/lib/libm: m.vax.expsym
src/lib/libm/noieee_src: n_lgamma.c
Log Message:
libm: Define lgamma_r, lgammal, lgammal_r on non-IEEE754.
Missing internal aliases _lgamma_r and
Module Name:src
Committed By: riastradh
Date: Sun Jun 9 13:35:38 UTC 2024
Modified Files:
src/lib/libm/arch/i387: s_atan.S s_atanf.S
src/lib/libm/noieee_src: n_asincos.c n_atan.c
src/lib/libm/src: e_acosl.c e_asinl.c s_atan.c s_atanf.c s_atanl.c
Module Name:src
Committed By: riastradh
Date: Sun Jun 9 13:35:38 UTC 2024
Modified Files:
src/lib/libm/arch/i387: s_atan.S s_atanf.S
src/lib/libm/noieee_src: n_asincos.c n_atan.c
src/lib/libm/src: e_acosl.c e_asinl.c s_atan.c s_atanf.c s_atanl.c
Module Name:src
Committed By: riastradh
Date: Sun Jun 9 13:33:36 UTC 2024
Modified Files:
src/lib/libm: m.aarch64.expsym m.alpha.expsym m.arm.expsym
m.armhf.expsym m.hppa.expsym m.i386.expsym m.ia64.expsym
m.m68k.expsym m.mips.expsym m.mips64.expsym
Module Name:src
Committed By: riastradh
Date: Sun Jun 9 13:33:36 UTC 2024
Modified Files:
src/lib/libm: m.aarch64.expsym m.alpha.expsym m.arm.expsym
m.armhf.expsym m.hppa.expsym m.i386.expsym m.ia64.expsym
m.m68k.expsym m.mips.expsym m.mips64.expsym
Module Name:src
Committed By: riastradh
Date: Sun Jun 9 13:33:11 UTC 2024
Modified Files:
src/lib/libm/src: namespace.h
Log Message:
libm/src/namespace.h: Delete duplicates.
No functional change intended.
To generate a diff of this commit:
cvs rdiff -u -r1.21 -r1.22 sr
Module Name:src
Committed By: riastradh
Date: Sun Jun 9 13:33:11 UTC 2024
Modified Files:
src/lib/libm/src: namespace.h
Log Message:
libm/src/namespace.h: Delete duplicates.
No functional change intended.
To generate a diff of this commit:
cvs rdiff -u -r1.21 -r1.22 sr
Module Name:src
Committed By: riastradh
Date: Sun Jun 9 13:33:03 UTC 2024
Modified Files:
src/lib/libm/src: namespace.h
Log Message:
libm/src/namespace.h: Sort.
No functional change intended.
Grouping vaguely by functionality makes this painful to update.
To generate
Module Name:src
Committed By: riastradh
Date: Sun Jun 9 13:33:03 UTC 2024
Modified Files:
src/lib/libm/src: namespace.h
Log Message:
libm/src/namespace.h: Sort.
No functional change intended.
Grouping vaguely by functionality makes this painful to update.
To generate
Module Name:src
Committed By: riastradh
Date: Fri May 17 02:11:07 UTC 2024
Modified Files:
src/lib/libm/arch/riscv: fenv.c
Log Message:
riscv: Make feraiseexcept actually raise the given exceptions.
Doing
fexcept_t ex = 0;
fesetexceptflag(&ex, excepts);
Module Name:src
Committed By: riastradh
Date: Fri May 17 02:11:07 UTC 2024
Modified Files:
src/lib/libm/arch/riscv: fenv.c
Log Message:
riscv: Make feraiseexcept actually raise the given exceptions.
Doing
fexcept_t ex = 0;
fesetexceptflag(&ex, excepts);
Module Name:src
Committed By: riastradh
Date: Tue May 14 14:34:35 UTC 2024
Modified Files:
src/lib/libm: Makefile
Added Files:
src/lib/libm: m.powerpc64.expsym
Log Message:
libm: Fix powerpc64 build.
- Include fenv.c and fma(3) symbols (which just use the FMADD
Module Name:src
Committed By: riastradh
Date: Tue May 14 14:34:35 UTC 2024
Modified Files:
src/lib/libm: Makefile
Added Files:
src/lib/libm: m.powerpc64.expsym
Log Message:
libm: Fix powerpc64 build.
- Include fenv.c and fma(3) symbols (which just use the FMADD
Module Name:src
Committed By: riastradh
Date: Thu May 9 19:54:38 UTC 2024
Modified Files:
src/lib/libm/compiler_rt: Makefile.inc
Log Message:
libm: No divtc3.c or multc3.c in sparc64's compat sparc library.
compat/sparc64/sparc/bsd.sparc.mk doesn't define LIBC_MACHINE_CP
Module Name:src
Committed By: riastradh
Date: Thu May 9 19:54:38 UTC 2024
Modified Files:
src/lib/libm/compiler_rt: Makefile.inc
Log Message:
libm: No divtc3.c or multc3.c in sparc64's compat sparc library.
compat/sparc64/sparc/bsd.sparc.mk doesn't define LIBC_MACHINE_CP
Module Name:src
Committed By: riastradh
Date: Thu May 9 14:42:10 UTC 2024
Modified Files:
src/lib/libm: Makefile m.vax.expsym
Added Files:
src/lib/libm/noieee_src: n_frexpf.c n_frexpl.c
Log Message:
libm: Add frexpf and frexpl on VAX.
These are trivial subroutine
Module Name:src
Committed By: riastradh
Date: Thu May 9 14:42:10 UTC 2024
Modified Files:
src/lib/libm: Makefile m.vax.expsym
Added Files:
src/lib/libm/noieee_src: n_frexpf.c n_frexpl.c
Log Message:
libm: Add frexpf and frexpl on VAX.
These are trivial subroutine
Module Name:src
Committed By: riastradh
Date: Thu May 9 12:18:48 UTC 2024
Modified Files:
src/lib/libm/noieee_src: n_ilogb.c
Log Message:
libm: Define ilogbl as alias for ilogb on vax.
PR 57881
To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 src/lib/libm/no
Module Name:src
Committed By: riastradh
Date: Thu May 9 12:18:48 UTC 2024
Modified Files:
src/lib/libm/noieee_src: n_ilogb.c
Log Message:
libm: Define ilogbl as alias for ilogb on vax.
PR 57881
To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 src/lib/libm/no
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 bin
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 bin
Module Name:src
Committed By: riastradh
Date: Wed May 8 23:28:31 UTC 2024
Added Files:
src/lib/libm: m.sh3.expsym
Log Message:
libm: Record expected symbols for sh3.
To generate a diff of this commit:
cvs rdiff -u -r0 -r1.1 src/lib/libm/m.sh3.expsym
Please note that di
Module Name:src
Committed By: riastradh
Date: Wed May 8 23:28:31 UTC 2024
Added Files:
src/lib/libm: m.sh3.expsym
Log Message:
libm: Record expected symbols for sh3.
To generate a diff of this commit:
cvs rdiff -u -r0 -r1.1 src/lib/libm/m.sh3.expsym
Please note that di
Module Name:src
Committed By: riastradh
Date: Wed May 8 23:28:07 UTC 2024
Modified Files:
src/lib/libm: Makefile m.arm.expsym m.mips.expsym
Added Files:
src/lib/libm: m.armhf.expsym m.mipshf.expsym
Log Message:
libm: Split expected symbols on arm and mips by hard/
Module Name:src
Committed By: riastradh
Date: Wed May 8 23:28:07 UTC 2024
Modified Files:
src/lib/libm: Makefile m.arm.expsym m.mips.expsym
Added Files:
src/lib/libm: m.armhf.expsym m.mipshf.expsym
Log Message:
libm: Split expected symbols on arm and mips by hard/
Module Name:src
Committed By: riastradh
Date: Wed May 8 02:08:11 UTC 2024
Modified Files:
src/lib/libm: m.vax.expsym
src/lib/libm/noieee_src: n_floor.c
Log Message:
libm: Add rintl, rintf to non-IEEE754 architectures.
While here, delete #ifdef to handle ns32k --
Module Name:src
Committed By: riastradh
Date: Wed May 8 02:08:11 UTC 2024
Modified Files:
src/lib/libm: m.vax.expsym
src/lib/libm/noieee_src: n_floor.c
Log Message:
libm: Add rintl, rintf to non-IEEE754 architectures.
While here, delete #ifdef to handle ns32k --
Module Name:src
Committed By: riastradh
Date: Wed May 8 01:58:52 UTC 2024
Removed Files:
src/lib/libm/src: ldbl_dummy.c
Log Message:
libm: ldbl_dummy.c is no longer needed -- nix it.
To generate a diff of this commit:
cvs rdiff -u -r1.4 -r0 src/lib/libm/src/ldbl_dummy.c
Module Name:src
Committed By: riastradh
Date: Wed May 8 01:58:52 UTC 2024
Removed Files:
src/lib/libm/src: ldbl_dummy.c
Log Message:
libm: ldbl_dummy.c is no longer needed -- nix it.
To generate a diff of this commit:
cvs rdiff -u -r1.4 -r0 src/lib/libm/src/ldbl_dummy.c
Module Name:src
Committed By: riastradh
Date: Wed May 8 01:42:23 UTC 2024
Modified Files:
src/lib/libm: m.aarch64.expsym m.riscv.expsym m.sparc64.expsym
src/lib/libm/src: s_cosl.c
Log Message:
libm: Don't export symbol `pio4' from s_cosl.c.
This appears to have b
Module Name:src
Committed By: riastradh
Date: Wed May 8 01:42:23 UTC 2024
Modified Files:
src/lib/libm: m.aarch64.expsym m.riscv.expsym m.sparc64.expsym
src/lib/libm/src: s_cosl.c
Log Message:
libm: Don't export symbol `pio4' from s_cosl.c.
This appears to have b
Module Name:src
Committed By: riastradh
Date: Wed May 8 01:40:27 UTC 2024
Modified Files:
src/lib/libm: m.aarch64.expsym m.alpha.expsym m.arm.expsym
m.hppa.expsym m.i386.expsym m.ia64.expsym m.m68k.expsym
m.mips.expsym m.powerpc.expsym m.riscv.expsy
Module Name:src
Committed By: riastradh
Date: Wed May 8 01:40:27 UTC 2024
Modified Files:
src/lib/libm: m.aarch64.expsym m.alpha.expsym m.arm.expsym
m.hppa.expsym m.i386.expsym m.ia64.expsym m.m68k.expsym
m.mips.expsym m.powerpc.expsym m.riscv.expsy
Module Name:src
Committed By: riastradh
Date: Wed May 8 01:05:25 UTC 2024
Modified Files:
src/lib/libm: m.m68k.expsym
src/lib/libm/arch/m68k: s_finite.S
Log Message:
libm/arch/m68k: Do the weak alias dance for finite.
This is used internally.
To generate a diff
Module Name:src
Committed By: riastradh
Date: Wed May 8 01:05:25 UTC 2024
Modified Files:
src/lib/libm: m.m68k.expsym
src/lib/libm/arch/m68k: s_finite.S
Log Message:
libm/arch/m68k: Do the weak alias dance for finite.
This is used internally.
To generate a diff
Module Name:src
Committed By: riastradh
Date: Wed May 8 01:04:41 UTC 2024
Modified Files:
src/lib/libm: m.m68k.expsym
src/lib/libm/arch/mc68881: s_cos.S s_sin.S s_tan.S
Log Message:
libm/arch/mc68881: Do the weak alias dance for sin, cos, tan.
These are used inte
Module Name:src
Committed By: riastradh
Date: Wed May 8 01:04:41 UTC 2024
Modified Files:
src/lib/libm: m.m68k.expsym
src/lib/libm/arch/mc68881: s_cos.S s_sin.S s_tan.S
Log Message:
libm/arch/mc68881: Do the weak alias dance for sin, cos, tan.
These are used inte
Module Name:src
Committed By: riastradh
Date: Wed May 8 01:04:24 UTC 2024
Modified Files:
src/lib/libm: m.vax.expsym
src/lib/libm/arch/vax: n_support.S
Log Message:
libm/arch/vax: Do the weak alias dance for finite, finitef.
These are used internally.
To genera
Module Name:src
Committed By: riastradh
Date: Wed May 8 01:04:24 UTC 2024
Modified Files:
src/lib/libm: m.vax.expsym
src/lib/libm/arch/vax: n_support.S
Log Message:
libm/arch/vax: Do the weak alias dance for finite, finitef.
These are used internally.
To genera
Module Name:src
Committed By: riastradh
Date: Wed May 8 01:04:03 UTC 2024
Modified Files:
src/lib/libm: m.i386.expsym m.x86_64.expsym
src/lib/libm/arch/i387: s_finite.S s_finitef.S
Log Message:
libm/arch/i387: Do the weak alias dance for finite and finitef.
These
Module Name:src
Committed By: riastradh
Date: Wed May 8 01:04:03 UTC 2024
Modified Files:
src/lib/libm: m.i386.expsym m.x86_64.expsym
src/lib/libm/arch/i387: s_finite.S s_finitef.S
Log Message:
libm/arch/i387: Do the weak alias dance for finite and finitef.
These
Module Name:src
Committed By: riastradh
Date: Tue May 7 23:13:33 UTC 2024
Added Files:
src/lib/libm: m.m68k.expsym
Log Message:
libm: Add expected symbols for m68k.
Not sure if this'll work for all ports -- we might need to split it
up finer-grained by different m68k fla
Module Name:src
Committed By: riastradh
Date: Tue May 7 23:13:33 UTC 2024
Added Files:
src/lib/libm: m.m68k.expsym
Log Message:
libm: Add expected symbols for m68k.
Not sure if this'll work for all ports -- we might need to split it
up finer-grained by different m68k fla
Module Name:src
Committed By: riastradh
Date: Tue May 7 22:51:20 UTC 2024
Modified Files:
src/lib/libm/arch/m68060: Makefile.list e_acos.S e_acosf.S e_asin.S
e_asinf.S e_atanh.S e_atanhf.S e_cosh.S e_coshf.S e_exp.S e_expf.S
e_log.S e_log10.S e_log1
Module Name:src
Committed By: riastradh
Date: Tue May 7 22:51:20 UTC 2024
Modified Files:
src/lib/libm/arch/m68060: Makefile.list e_acos.S e_acosf.S e_asin.S
e_asinf.S e_atanh.S e_atanhf.S e_cosh.S e_coshf.S e_exp.S e_expf.S
e_log.S e_log10.S e_log1
Module Name:src
Committed By: riastradh
Date: Tue May 7 22:30:17 UTC 2024
Modified Files:
src/lib/libm/arch/m68060: makeas.sh
Log Message:
lib/libm/m68060/makeas.sh: Delimit symbols with END.
This way we get symbol sizes in the ELF output.
To generate a diff of this co
Module Name:src
Committed By: riastradh
Date: Tue May 7 22:30:17 UTC 2024
Modified Files:
src/lib/libm/arch/m68060: makeas.sh
Log Message:
lib/libm/m68060/makeas.sh: Delimit symbols with END.
This way we get symbol sizes in the ELF output.
To generate a diff of this co
Module Name:src
Committed By: riastradh
Date: Tue May 7 22:29:53 UTC 2024
Modified Files:
src/lib/libm/arch/m68060: makeas.sh
Log Message:
lib/libm/arch/m68060/makeas.sh: Create public weak aliases.
Use _foo for internal names, and weak alias foo when it's public like
si
Module Name:src
Committed By: riastradh
Date: Tue May 7 22:29:53 UTC 2024
Modified Files:
src/lib/libm/arch/m68060: makeas.sh
Log Message:
lib/libm/arch/m68060/makeas.sh: Create public weak aliases.
Use _foo for internal names, and weak alias foo when it's public like
si
Module Name:src
Committed By: riastradh
Date: Tue May 7 22:19:42 UTC 2024
Modified Files:
src/lib/libm/arch/m68060: makeas.sh
Log Message:
lib/libm/m68060/makeas.sh: Use `set -eu' to detect script mistakes.
No functional change intended.
To generate a diff of this comm
Module Name:src
Committed By: riastradh
Date: Tue May 7 22:19:42 UTC 2024
Modified Files:
src/lib/libm/arch/m68060: makeas.sh
Log Message:
lib/libm/m68060/makeas.sh: Use `set -eu' to detect script mistakes.
No functional change intended.
To generate a diff of this comm
Module Name:src
Committed By: riastradh
Date: Tue May 7 22:18:19 UTC 2024
Modified Files:
src/lib/libm/arch/m68060: makeas.sh
Log Message:
lib/libm/m68060/makeas.sh: Pass arguments to dummy more idiomatically.
No functional change intended.
To generate a diff of this c
Module Name:src
Committed By: riastradh
Date: Tue May 7 22:18:19 UTC 2024
Modified Files:
src/lib/libm/arch/m68060: makeas.sh
Log Message:
lib/libm/m68060/makeas.sh: Pass arguments to dummy more idiomatically.
No functional change intended.
To generate a diff of this c
Module Name:src
Committed By: riastradh
Date: Tue May 7 22:17:24 UTC 2024
Modified Files:
src/lib/libm/arch/m68060: makeas.sh
Log Message:
lib/libm/m68060/makeas.sh: Use local for shell functions.
No functional change intended.
To generate a diff of this commit:
cvs rd
1 - 100 of 268 matches
Mail list logo