[gfortran] Alphabetize objects in Make-lang.in, move data.o

Paul Brook paul@codesourcery.com
Sun Jun 13 11:37:00 GMT 2004


On Friday 04 June 2004 17:25, Tobias Schlüter wrote:
> After being repeatedly annoyed by the non-alphabetical order of compiles
> when rebuilding gfortran, I decided to alphabetize the objects in
> Make-lang.in. While doing this, I noticed that data.o is wrongly treated
> as a F95_OBJ, not a F95_PARSER_OBJ. So I moved it to the right place,
> removing the dependency on trans.h (it called gfc_todo_error which is
> declared in trans.h, I replaced this call by gfc_internal_error).

The ordering doesn't matter. Any ordering dependencies need to be explicit or 
parallel builds will break.

2004-06-12  Tobias Schlueter  <tobias.schlueter@physik.uni-muenchen.de>

	* Make-lang.in (F95_OBJS, F95_PARSER_OBJS): Alphabetize.  Move data.c
	* data.c (gfc_get_section_index):  Remove dependency on trans.h.

Applied.

Paul



More information about the Gcc-patches mailing list