freebsd-nq/lib/libc/amd64
Jason Evans ec9d5fa5f8 Creating weak symbols doesn't work correctly when building an aout libc.
Doing the "right thing" here is difficult, so create two ENTRY points for
each function (for example, __setjmp and setjmp are equivalent).  This
isn't pretty, but it works for both aout and ELF.

libc symbol naming needs an overhaul in order to properly support function
wrapping, specifically in the case of a real libpthread, and these
duplicate entry points should be fixed as part of that overhaul.

Pointed out by:	bde
1999-12-24 00:03:00 +00:00
..
gen Creating weak symbols doesn't work correctly when building an aout libc. 1999-12-24 00:03:00 +00:00
net $Id$ -> $FreeBSD$ 1999-08-28 00:22:10 +00:00
sys Remove osig* from NOASM. It bogus now. 1999-10-14 10:00:39 +00:00
SYS.h $Id$ -> $FreeBSD$ 1999-08-28 00:22:10 +00:00