b98cf46363
declaration too. 32-bit SuperH can not pretend that _GLOBAL_OFFSET_TABLE_ is a normal variable, because of the way PIC variable references is generated, but as compiler arranges for _GLOBAL_OFFSET_TABLE_ address to be in r12 anyway, just use that value by declaring it as a global register variable. Makes sh3 compile with RTLD_DEBUG. |
||
---|---|---|
.. | ||
arch | ||
debug.c | ||
debug.h | ||
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.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.