Subject: NetBSD master CVS tree commits
To: None <source-changes@NetBSD.ORG>
From: None <source@NetBSD.ORG>
List: source-changes
Date: 01/23/1997 00:00:02
mycroft
Wed Jan 22 15:51:39 PST 1997
Update of /cvsroot/src/sys/dev/isapnp
In directory netbsd1:/var/slash-tmp/cvs-serv15330

Modified Files:
	isapnpres.c 
Log Message:
Increase the delay() in isapnp_wait_status() for slow cards.

cgd
Wed Jan 22 15:54:00 PST 1997
Update of /cvsroot/src/distrib/crunch/crunchide
In directory netbsd1:/var/slash-tmp/cvs-serv15605

Modified Files:
	extern.h crunchide.c 
Log Message:
dd the various #defines/#ifdefs for ECOFF support.  ECOFF will
probably never be completely supported here (since its internal vs.
external symbol handling is so annoying), but at least we can recognize
the ECOFF binaries and print something useful, on machines that use
them.


cgd
Wed Jan 22 15:57:22 PST 1997
Update of /cvsroot/src/distrib/crunch/crunchide
In directory netbsd1:/var/slash-tmp/cvs-serv16070

Modified Files:
	Makefile 
Added Files:
	exec_ecoff.c exec_elf32.c exec_elf64.c 
Log Message:
add ECOFF, ELF32, and ELF64 recognition code.  Right now, when
you try to hide symbols in these kinds of files, an error message
is printed noting that the executable format is not supported.