config.gcc (tm_file): Update comments about relative pathnames.

2008-05-20  Sandra Loosemore  <sandra@codesourcery.com>

	gcc/
	* config.gcc (tm_file): Update comments about relative pathnames.

From-SVN: r135656
This commit is contained in:
Sandra Loosemore 2008-05-20 09:32:47 -04:00 committed by Sandra Loosemore
parent 93a7c573dc
commit 9c63c208a5
2 changed files with 8 additions and 0 deletions

View File

@ -1,3 +1,7 @@
2008-05-20 Sandra Loosemore <sandra@codesourcery.com>
* config.gcc (tm_file): Update comments about relative pathnames.
2008-05-20 Richard Guenther <rguenther@suse.de>
* tree-ssa-reassoc.c (fini_reassoc): Use the statistics

View File

@ -70,6 +70,10 @@
# This helps to keep OS specific stuff out of the CPU
# defining header ${cpu_type}/${cpu_type.h}.
#
# It is possible to include automatically-generated
# build-directory files by prefixing them with "./".
# All other files should relative to $srcdir/config.
#
# tm_p_file Location of file with declarations for functions
# in $out_file.
#