OSDN Git Service

Teach libdl to use normal libc symbols whenever possible, i.e. malloc
authorEric Andersen <andersen@codepoet.org>
Fri, 30 Jul 2004 03:32:41 +0000 (03:32 -0000)
committerEric Andersen <andersen@codepoet.org>
Fri, 30 Jul 2004 03:32:41 +0000 (03:32 -0000)
commita707192f6c249d397594b2d6a0b2f38f3cdf4da7
treea835c0f9b5cfdb45b85a2d545865c85c1861e7a1
parent51987d4c7d42027a86c8fbedda559dde76a18a21
Teach libdl to use normal libc symbols whenever possible, i.e. malloc
rather than _dl_malloc, fprintf rather than _dl_printf, etc.
 -Erik
ldso/Makefile
ldso/include/.cvsignore
ldso/include/ldso.h
ldso/ldso/.cvsignore
ldso/ldso/Makefile
ldso/ldso/dl-elf.c
ldso/ldso/ldso.c
ldso/libdl/Makefile
ldso/libdl/libdl.c