NetBSD-Bugs archive

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

PR/57881 CVS commit: src/lib/libm/arch/vax



The following reply was made to PR port-vax/57881; it has been noted by GNATS.

From: "Taylor R Campbell" <riastradh%netbsd.org@localhost>
To: gnats-bugs%gnats.NetBSD.org@localhost
Cc: 
Subject: PR/57881 CVS commit: src/lib/libm/arch/vax
Date: Mon, 6 May 2024 15:33:04 +0000

 Module Name:	src
 Committed By:	riastradh
 Date:		Mon May  6 15:33:04 UTC 2024
 
 Modified Files:
 	src/lib/libm/arch/vax: n_sincos.S n_tan.S
 
 Log Message:
 libm: Expose sinl, cosl, tanl on vax.
 
 While here, make sin, cos, and tan be weak aliases for internal
 symbols _sin, _cos, and _tan; likewise sinf, cosf, tanf.
 
 PR 57881
 
 
 To generate a diff of this commit:
 cvs rdiff -u -r1.9 -r1.10 src/lib/libm/arch/vax/n_sincos.S
 cvs rdiff -u -r1.7 -r1.8 src/lib/libm/arch/vax/n_tan.S
 
 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