Subject: CVS commit: basesrc
To: None <source-changes@netbsd.org>
From: Anders Magnusson <ragge@netbsd.org>
List: source-changes
Date: 08/15/2000 00:24:16
Module Name:	basesrc
Committed By:	ragge
Date:		Mon Aug 14 21:24:16 UTC 2000

Modified Files:
	basesrc/lib/libm [netbsd-1-5]: Makefile
	basesrc/lib/libm/arch/vax [netbsd-1-5]: n_argred.S n_sincos.S n_tan.S

Log Message:
Apply patch (requested by user, approved by thorpej):

Dynamic linked JSB called global labels don't work, subroutines
must be called with CALLS instead. This patch fixes it for the 1.5 release.


To generate a diff of this commit:
cvs rdiff -r1.52 -r1.52.4.1 basesrc/lib/libm/Makefile
cvs rdiff -r1.4 -r1.4.8.1 basesrc/lib/libm/arch/vax/n_argred.S
cvs rdiff -r1.3 -r1.3.8.1 basesrc/lib/libm/arch/vax/n_sincos.S \
    basesrc/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.