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/01/1998 19:40:01
tv
Wed Apr  1 19:33:32 PST 1998
Update of /cvsroot/src/gnu/usr.bin/egcs/common
In directory nb00:/tmp/cvs-serv20447

Modified Files:
	Makefile 
Added Files:
	shlib_version 
Log Message:
- Remove bi-reverse.c from ${SRCS} and put it in ${CLEANFILES}.  Not used
  by any cc1 module and breaks a shared libcc1. 
- Add first shot at a shared library of libcc1, only turned on if
  CC1_SHLIB is set in make's environment.  Doesn't yet know how to install
  the library without installing the .a files.  This is much faster than
  you may think, and shares nearly 2MB worth of code between the cc1
  modules.