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:00:03
jonathan
Mon Jun 17 06:51:29 EDT 1996
Update of /a/cvsroot/src/sys/arch/mips/mips
In directory pain.lcs.mit.edu:/a/tmp/cvs-serv25566

Modified Files:
	elf.c 
Log Message:
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.


jonathan
Mon Jun 17 06:57:24 EDT 1996
Update of /a/cvsroot/src/sys/arch/mips/mips
In directory pain.lcs.mit.edu:/a/tmp/cvs-serv25667

Revision/Branch: 1

Modified Files:
	cpu_exec.c 
Log Message:
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.