Subject: NetBSD master CVS tree commits
To: None <source-changes@NetBSD.ORG>
From: None <source@NetBSD.ORG>
List: source-changes
Date: 08/19/1997 20:50:03
jonathan
Tue Aug 19 13:49:49 PDT 1997
Update of /a/cvsroot/src/lib/libc/arch/mips/gen
In directory netbsd1:/var/slash-tmp/cvs-serv19881

Modified Files:
	modf.S 
Log Message:
Do a .cpload if compiling with PIC.
Examining  the .so output from binutils 2.8 and 2.8.1 shows the
	li.d	$f2, 4503599627370496e0
is (incorrectly?) emitted as GP-relative loads when PIC is in effect.