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/17/1998 17:40:02
cgd
Fri Apr 17 17:32:28 PDT 1998
Update of /cvsroot/src/gnu/dist/gcc/config/arm
In directory nb00:/tmp/cvs-serv15475

Modified Files:
	aout.h arm.h netbsd.h 
Log Message:
merge changes from 980411 snapshot import.  a couple of macros got new
arguments, so mark them as XXX and make them compatible with 1.0.2.


cgd
Fri Apr 17 17:37:33 PDT 1998
Update of /cvsroot/src/gnu/dist/gcc/config/arm
In directory nb00:/tmp/cvs-serv15723

Modified Files:
	xm-netbsd.h 
Log Message:
define SYS_SIGLIST_DECLARED in a way that's consistent with config.h

cgd
Fri Apr 17 17:39:43 PDT 1998
Update of /cvsroot/src/gnu/dist/gcc/config/arm
In directory nb00:/tmp/cvs-serv15741

Modified Files:
	arm.c 
Log Message:
don't warn about PIC code being unsupported, because that always-warn
situation with -fpic will always break NetBSD builds (which use -Werror).
PIC code generation seems ... less than perfect, at this time; it still
aborts occasionally.