freebsd-dev/lib/csu
John Polstra 645c4be38a Move the trampolines for dlopen and related functions from crt0.o
into libc.  This reduces the size of every dynamically linked
executable by 248 bytes, and it reduces the size of static executables
by a lesser amount.  It also eliminates some global namespace
pollution.

With this change in place, the source for dlfcn.h should probably
be moved to "/usr/src/include".  I'll save that for another day.

Compatibility note:  Programs which use dlopen, if compiled on
systems with this change, will not run on systems with a libc from
prior to this change.  Very few programs use dlopen, so I think
that is OK.
1998-02-09 06:05:25 +00:00
..
alpha CSU source for Alpha obtained from NetBSD. The makefile will require 1998-01-11 03:30:39 +00:00
i386 Move the trampolines for dlopen and related functions from crt0.o 1998-02-09 06:05:25 +00:00