2ffe4b875f
avoid wasting OS flag bits. In the future we'll probably use fileassoc to achieve this (once there is a way to make fileassoc persistent) or in the shorter term libelf, so that we can add and remove the note on demand instead of burning bits on each binary. Of course since this is a tool, this means that we'll need to think about how to handle libelf... |
||
---|---|---|
.. | ||
arch | ||
debug.c | ||
debug.h | ||
expand.c | ||
headers.c | ||
ld.elf_so.1 | ||
load.c | ||
Makefile | ||
malloc.c | ||
map_object.c | ||
paths.c | ||
README | ||
reloc.c | ||
rtld.c | ||
rtld.h | ||
rtldenv.h | ||
search.c | ||
symbol.c | ||
sysident.h | ||
TODO | ||
xmalloc.c | ||
xprintf.c |
$NetBSD: README,v 1.11 2006/11/24 22:52:16 wiz Exp $ TO DO: * Support for coexistence of 32-bit and 64-bit ELF on platforms that can do that.