Subject: NetBSD master CVS tree commits
To: None <source-changes@NetBSD.ORG>
From: The Source of All Evil <source@NetBSD.ORG>
List: source-changes
Date: 06/17/1996 07:10:05
jonathan
Mon Jun 17 07:03:12 EDT 1996
Update of /a/cvsroot/src/sys/arch/mips/mips
In directory pain.lcs.mit.edu:/a/tmp/cvs-serv25781

Revision/Branch: netbsd-1-2

Modified Files:
	cpu_exec.c elf.c 
Log Message:
Pull up elf changes from trunk:
>Update mipspmax elf exec support:
>  * Update arch/mips/mips/cpu_exec.c to include MI exec_elf.h header,
>    and to use the MI interface exec_elf_makecmds().
>  * Replace arch/mips/mips/elf.c (Ted Lemon's elf code) with
>    a version of Christos's MI elf exec code, munged to support demand paging
>    and mips shared libraries.