Subject: CVS commit: src
To: None <source-changes@netbsd.org>
From: Christos Zoulas <christos@netbsd.org>
List: source-changes
Date: 02/24/1999 10:31:00
Module Name:	src
Committed By:	christos
Date:		Wed Feb 24 18:31:00 UTC 1999

Modified Files:
	src/libexec/ld.elf_so: Makefile debug.h headers.c load.c paths.c
	    reloc.c rtld.c rtld.h
	src/libexec/ld.elf_so/arch/i386: Makefile.inc
Log Message:
Cleanup global variable access so rtld can be self relocating. Also KNF
reloc.c and move md sparc parts to arch/sparc/mdreloc.c
Now we don't need to load at address 0 on the i386 and the mips should be
trivial to fix.