minix/lib/libc
Ben Gras c3db1c6939 various symbol referencing fixes
make weak symbol references and namespace renames references
the renamed versions.

function renaming, weak symbol references and libc namespace.h
protection interact in hairy ways and causes weak symbol references
for renamed functions to be unresolved; e.g. vfork should be an
alias for _vfork but _vfork doesn't exist because __vfork14()
exists.

this is a problem for dynamically linked executables as all symbols
have to be resolved, used or not, at link time. it was masked by
clang-compiled base system libraries but is a problem when gcc does
it.
2012-06-28 15:20:53 +02:00
..
arch generate offsets for ucontext.S 2012-06-19 15:47:25 +02:00
atomic Full switch to clang/ELF. Drop ack. Simplify. 2012-02-14 14:52:02 +01:00
cdb Full switch to clang/ELF. Drop ack. Simplify. 2012-02-14 14:52:02 +01:00
citrus Full switch to clang/ELF. Drop ack. Simplify. 2012-02-14 14:52:02 +01:00
compat set major version of shlibs to 0 2012-05-10 16:38:24 +02:00
compat-43 Full switch to clang/ELF. Drop ack. Simplify. 2012-02-14 14:52:02 +01:00
compat-minix Clean up generated files for ash,ramdisk,libutil,libc 2012-06-18 10:54:56 +00:00
db Full switch to clang/ELF. Drop ack. Simplify. 2012-02-14 14:52:02 +01:00
dlfcn build shared versions of libraries 2012-04-16 05:21:20 +02:00
gdtoa Full switch to clang/ELF. Drop ack. Simplify. 2012-02-14 14:52:02 +01:00
gen Remove MINIXSRCDIR and use NETBSDSRCDIR 2012-06-18 10:53:35 +00:00
gmon Full switch to clang/ELF. Drop ack. Simplify. 2012-02-14 14:52:02 +01:00
hash Full switch to clang/ELF. Drop ack. Simplify. 2012-02-14 14:52:02 +01:00
iconv Full switch to clang/ELF. Drop ack. Simplify. 2012-02-14 14:52:02 +01:00
include various symbol referencing fixes 2012-06-28 15:20:53 +02:00
inet Full switch to clang/ELF. Drop ack. Simplify. 2012-02-14 14:52:02 +01:00
isc Full switch to clang/ELF. Drop ack. Simplify. 2012-02-14 14:52:02 +01:00
locale Full switch to clang/ELF. Drop ack. Simplify. 2012-02-14 14:52:02 +01:00
md install library manpages 2012-02-16 01:48:46 +00:00
minix Full switch to clang/ELF. Drop ack. Simplify. 2012-02-14 14:52:02 +01:00
misc Full switch to clang/ELF. Drop ack. Simplify. 2012-02-14 14:52:02 +01:00
nameser Full switch to clang/ELF. Drop ack. Simplify. 2012-02-14 14:52:02 +01:00
net switch to netbsd csu 2012-04-12 13:26:24 +02:00
nls Full switch to clang/ELF. Drop ack. Simplify. 2012-02-14 14:52:02 +01:00
pkgconfig Full switch to clang/ELF. Drop ack. Simplify. 2012-02-14 14:52:02 +01:00
quad Full switch to clang/ELF. Drop ack. Simplify. 2012-02-14 14:52:02 +01:00
regex Full switch to clang/ELF. Drop ack. Simplify. 2012-02-14 14:52:02 +01:00
resolv Full switch to clang/ELF. Drop ack. Simplify. 2012-02-14 14:52:02 +01:00
rpc Full switch to clang/ELF. Drop ack. Simplify. 2012-02-14 14:52:02 +01:00
softfloat Full switch to clang/ELF. Drop ack. Simplify. 2012-02-14 14:52:02 +01:00
ssp Full switch to clang/ELF. Drop ack. Simplify. 2012-02-14 14:52:02 +01:00
stdio Full switch to clang/ELF. Drop ack. Simplify. 2012-02-14 14:52:02 +01:00
stdlib Full switch to clang/ELF. Drop ack. Simplify. 2012-02-14 14:52:02 +01:00
string Move setjmp and strnlen to common/lib. 2012-06-18 09:20:22 +02:00
sys Full switch to clang/ELF. Drop ack. Simplify. 2012-02-14 14:52:02 +01:00
sys-minix various symbol referencing fixes 2012-06-28 15:20:53 +02:00
termios Full switch to clang/ELF. Drop ack. Simplify. 2012-02-14 14:52:02 +01:00
thread-stub Full switch to clang/ELF. Drop ack. Simplify. 2012-02-14 14:52:02 +01:00
time various symbol referencing fixes 2012-06-28 15:20:53 +02:00
uuid Full switch to clang/ELF. Drop ack. Simplify. 2012-02-14 14:52:02 +01:00
yp Full switch to clang/ELF. Drop ack. Simplify. 2012-02-14 14:52:02 +01:00
libcincludes.mk Full switch to clang/ELF. Drop ack. Simplify. 2012-02-14 14:52:02 +01:00
Makefile build shared versions of libraries 2012-04-16 05:21:20 +02:00
Makefile.inc build shared versions of libraries 2012-04-16 05:21:20 +02:00
minix-config.inc Remove MINIXSRCDIR and use NETBSDSRCDIR 2012-06-18 10:53:35 +00:00
shlib_version set major version of shlibs to 0 2012-05-10 16:38:24 +02:00