gcc ./ChangeLog ./Makefile.def ./Makefile.in . ...

neroden@gcc.gnu.org neroden@gcc.gnu.org
Sun Feb 27 13:55:00 GMT 2005


CVSROOT:	/cvs/gcc
Module name:	gcc
Changes by:	neroden@gcc.gnu.org	2005-02-26 21:43:33

Modified files:
	.              : ChangeLog Makefile.def Makefile.in configure 
	                 configure.in 
	gcc            : ChangeLog configure configure.ac libada-mk.in 
	gcc/ada        : ChangeLog Makefile.in config-lang.in 
	libada         : ChangeLog Makefile.in configure configure.ac 
Added files:
	gnattools      : ChangeLog Makefile.in configure configure.ac 

Log message:
	(top level)
	Merged from libada-gnattools-branch:
	2004-11-28  Nathanael Nerode  <neroden@gcc.gnu.org>
	
	* gnattools: New directory.
	* Makefile.def: Add gnattools as a module, depending on target-libada.
	* Makefile.in: Regenerate.
	* configure.in: Include gnattools in host_tools; disable it if ada
	is disabled.
	* configure: Regenerate.
	
	(gcc)
	* configure.ac: Rename cc_for_cross_gnattools to host_cc_for_libada.
	* configure: Regenerate.
	* libada-mk.in: Remove CC; rename
	cc_for_cross_gnattools / cc_set_by_configure to host_cc_for_libada.
	
	(gcc/ada)
	Partial merge from libada-gnattools-branch:
	
	2004-12-02  Nathanael Nerode  <neroden@gcc.gnu.org>
	* Makefile.in: Move gnattools{1,1re,2,3,4} and corresponding flags
	into code in gnattools/Makefile.in.  Remove direct dependencies on
	stamp-tools by tools clauses.
	2004-12-02  Nathanael Nerode  <neroden@gcc.gnu.org>
	* config-lang.in: Add gnattools to $lang_dirs.
	
	(libada)
	2004-12-03  Nathanael Nerode  <neroden@gcc.gnu.org>
	
	* Makefile.in: Add stamp file for building libada, to avoid
	duplicate builds every time all-gnattools is called.
	
	2004-12-02  Nathanael Nerode  <neroden@gcc.gnu.org>
	
	* Makefile.in: Build gcc/ada/Makefile (by running gcc/ada/configure)
	here.
	
	2004-08-16  Nathanael Nerode  <neroden@gcc.gnu.org>
	
	* configure.ac: Replace AC_CANONICAL_SYSTEM with _BUILD, _HOST,
	_TARGET.
	* configure: Regenerate.
	
	2004-07-18  Nathanael Nerode  <neroden@gcc.gnu.org>
	
	* configure.ac, Makefile.in: Remove gnattools-specific code
	(see gnattools directory).
	* Makefile.in: Remove dead rts-* targets.
	* configure: Regenerate.
	
	(gnattools)
	2005-02-02  Nathanael Nerode  <neroden@gcc.gnu.org>
	
	* Makefile.in: Remove use of cc_set_by_configure; just use
	plain old CC from the top level in this case.
	
	2005-01-30  Nathanael Nerode  <neroden@gcc.gnu.org>
	Merge from mainline at tag libada-gnattools-merge-20050129:
	* configure.ac: Changes propagated from gcc/ada/Makefile.in.
	* Makefile.in: Changes relocated from gcc/ada/Makefile.in.
	
	2004-12-13  Nathanael Nerode  <neroden@gcc.gnu.org>
	
	* Makefile.in: Reinstate stamp-gnatlib check.
	
	2004-12-02  Nathanael Nerode  <neroden@gcc.gnu.org>
	
	* Makefile.in: Inline gnattools{1,1-re,2,3,4} targets from
	gcc/ada/configure.ac into gnattools-native and gnattools-cross
	targets, collecting flags as appropriate from here,
	gcc/ada/Makefile.in, gcc/ada/configure.ac, etc.  Attempt to retain
	identical behavior.
	* configure.ac: Add necessary configure bits from
	gcc/ada/configure.ac.
	* configure: Regenerate.
	
	2004-08-16  Nathanael Nerode  <neroden@gcc.gnu.org>
	
	* configure.ac: Replace AC_CANONICAL_SYSTEM with _BUILD, _HOST,
	_TARGET.  Replace _GCC_TOPLEV_NONCANONICAL_TARGET with
	ACX_NONCANONICAL_TARGET, and replace now-redundant AC_SUBST.
	* configure: Regenerate.
	
	2004-07-18  Nathanael Nerode  <neroden@gcc.gnu.org>
	
	* Makefile.in, configure.ac: Remove libada-specific targets and
	variables.
	* configure: Regenerate.
	* New directory, cloned from libada.

Patches:
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/ChangeLog.diff?cvsroot=gcc&r1=1.1057&r2=1.1058
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/Makefile.def.diff?cvsroot=gcc&r1=1.46&r2=1.47
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/Makefile.in.diff?cvsroot=gcc&r1=1.254&r2=1.255
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/configure.diff?cvsroot=gcc&r1=1.204&r2=1.205
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/configure.in.diff?cvsroot=gcc&r1=1.341&r2=1.342
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/ChangeLog.diff?cvsroot=gcc&r1=2.7603&r2=2.7604
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/configure.diff?cvsroot=gcc&r1=1.885&r2=1.886
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/configure.ac.diff?cvsroot=gcc&r1=2.94&r2=2.95
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/libada-mk.in.diff?cvsroot=gcc&r1=2.2&r2=2.3
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/ada/ChangeLog.diff?cvsroot=gcc&r1=1.638&r2=1.639
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/ada/Makefile.in.diff?cvsroot=gcc&r1=1.110&r2=1.111
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/ada/config-lang.in.diff?cvsroot=gcc&r1=1.14&r2=1.15
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gnattools/ChangeLog.diff?cvsroot=gcc&r1=1.1&r2=1.2
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gnattools/Makefile.in.diff?cvsroot=gcc&r1=1.1&r2=1.2
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gnattools/configure.diff?cvsroot=gcc&r1=1.1&r2=1.2
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gnattools/configure.ac.diff?cvsroot=gcc&r1=1.1&r2=1.2
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libada/ChangeLog.diff?cvsroot=gcc&r1=1.12&r2=1.13
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libada/Makefile.in.diff?cvsroot=gcc&r1=1.8&r2=1.9
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libada/configure.diff?cvsroot=gcc&r1=1.9&r2=1.10
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libada/configure.ac.diff?cvsroot=gcc&r1=1.5&r2=1.6



More information about the Gcc-cvs mailing list