[572] in testers
Re: (RT 6.4 R) /usr/lib/libc_p.a
daemon@ATHENA.MIT.EDU (daemon@ATHENA.MIT.EDU)
Fri Dec 29 13:22:45 1989
Date: Fri, 29 Dec 89 13:22:27 -0500
From: Ken Raeburn <Raeburn@ATHENA.MIT.EDU>
To: John Carr <jfc@ATHENA.MIT.EDU>
Cc: testers@ATHENA.MIT.EDU
In-Reply-To: John Carr's message of Fri, 29 Dec 89 10:42:56 EST,
Sounds like a side effect of moving fpglue.o out of /lib/crt0.o.
Previously, _fpgen would have been referenced from /usr/lib/gcrt0.o,
so it would be before libfp_p.a.
Someone who understands the RT floating point mechanism well (i.e.,
not me) might look at fpglue.s and see if it is really necessary to do
it this way. Would it make sense to put fpgen in libc?