Subject: possible mistake in "fpgetsticky.S"
To: None <current-users@NetBSD.ORG>
From: Netbsd mailing list <netbsd@virtual.cuc.ab.ca>
List: current-users
Date: 04/08/1995 21:58:26
i believe that /usr/src/lib/libc/arch/i386/gen/fpgetsticky.S should contain
ENTRY(fpgetsticky)
rather then
ENTRY(fpgetmask)
otherwise attempting "cd /usr/src/lib ; make" will fail because "ld" can't
make the shared library version of libc.a because fpgetmask is defined twice.