NetBSD/libexec/ld.elf_so
lukem 130ab7336b Rework how MAKEVERBOSE operates:
*	Don't bother prefixing commands with a line of  ${_MKCMD}\
	and instead rely upon "make -s".  This is less intrusive on
	all the Makefiles than the former.  Idea from David Laight.

    *	Rename the variables use to print messages.  The scheme now is:
	    _MKMSG_FOO		Run  _MKMSG 'foo'
	    _MKTARGET_FOO	Run  _MKMSG_FOO ${.TARGET}
	From discussion with Alistair Crooks.
2003-10-21 10:01:19 +00:00
..
arch Update to new reality. XXX _rtld_bind still needs to be written. 2003-10-06 16:08:35 +00:00
Makefile Rework how MAKEVERBOSE operates: 2003-10-21 10:01:19 +00:00
README Almost all of the items in here are done. 2002-09-13 04:05:00 +00:00
TODO Some notes... 2003-09-24 06:20:33 +00:00
debug.c Space after the keyword `if'. 2003-09-22 14:37:57 +00:00
debug.h Nuke -DRTLD_RELOCATE_SELF and `dodebug' from orbit. 2002-09-12 22:56:28 +00:00
headers.c ANSIfy and de-__P(). 2003-07-24 10:12:25 +00:00
ld.elf_so.1 .Nm does not need a dummy argument ("") before punctuation or 2003-02-25 10:34:36 +00:00
load.c ANSIfy and de-__P(). 2003-07-24 10:12:25 +00:00
malloc.c Move UCB-licensed code from 4-clause to 3-clause licence. 2003-08-07 09:46:37 +00:00
map_object.c ANSIfy and de-__P(). 2003-07-24 10:12:25 +00:00
paths.c ANSIfy and de-__P(). 2003-07-24 10:12:25 +00:00
reloc.c Resolve dlsym(3) and friends directly so that dlsym(RTLD_NEXT,...) works. 2003-08-12 09:18:38 +00:00
rtld.c Back out revision 1.100. There is something screwier going on. 2003-09-07 22:17:43 +00:00
rtld.h Resolve dlsym(3) and friends directly so that dlsym(RTLD_NEXT,...) works. 2003-08-12 09:18:38 +00:00
rtldenv.h ANSIfy and de-__P(). 2003-07-24 10:12:25 +00:00
search.c Resolve dlsym(3) and friends directly so that dlsym(RTLD_NEXT,...) works. 2003-08-12 09:18:38 +00:00
symbol.c Don't use NULL for integers. 2003-10-21 01:19:10 +00:00
sysident.h netbsd.org->NetBSD.org 2003-07-26 19:24:24 +00:00
xmalloc.c ANSIfy and de-__P(). 2003-07-24 10:12:25 +00:00
xprintf.c ANSIfy and de-__P(). 2003-07-24 10:12:25 +00:00

README

$NetBSD: README,v 1.10 2002/09/13 04:05:00 mycroft Exp $

TO DO:

* Support for coexistance of 32-bit and 64-bit ELF on platforms that can
  do that.