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: 04/16/1998 11:00:01
drochner
Thu Apr 16 10:51:46 PDT 1998
Update of /cvsroot/src/sys/dev/isa
In directory nb00:/tmp/cvs-serv25485

Modified Files:
	files.isa if_le_isa.c if_levar.h 
Log Message:
Make the ISA LANCE drivers work without BROKEN_INDIRECT_CONFIG.
DEPCA is now split out into a separate driver.
Because there can be only one attachment of a device to a bus, for
each card type a separate pseudo-bus was introduced which attaches to "isa"
and where "le" attaches to.


mrg
Thu Apr 16 10:56:12 PDT 1998
Update of /cvsroot/src/gnu/dist/gcc/config
In directory nb00:/tmp/cvs-serv25592

Modified Files:
	netbsd.h 
Log Message:
- move a.out specific defines between (commented) #ifdef NETBSD_AOUT
- add ELF specific defines #ifdef NETBSD_ELF (from thorpej, via his
  alpha/netbsd.h).


mrg
Thu Apr 16 10:58:23 PDT 1998
Update of /cvsroot/src/gnu/dist/gcc/config/alpha
In directory nb00:/tmp/cvs-serv25616

Modified Files:
	netbsd.h 
Log Message:
- include <alpha/elf.h> (though this is currently quite linux centric, we
  can use it with a small tweak (see below).
- also define __ELF__
- GC some unnecessary defines.
- define a sane TARGET_VERSION macro.
- provide alpha/ELF ASM_SPEC and LINK_SPEC macros.

all from thorpej.


mrg
Thu Apr 16 10:59:21 PDT 1998
Update of /cvsroot/src/gnu/dist/gcc/config/alpha
In directory nb00:/tmp/cvs-serv25659

Modified Files:
	xm-alpha.h 
Log Message:
define HAVE_STRERROR to 1, not nothing.