diff options
author | David Daney <ddaney@avtrex.com> | 2007-08-22 18:31:53 +0000 |
---|---|---|
committer | David Daney <daney@gcc.gnu.org> | 2007-08-22 18:31:53 +0000 |
commit | 82161911c3115a61c3c7bbef08a5f569471d7422 (patch) | |
tree | 06131bf53624d47bdc2b028e1d93a5c4e3f8c653 /gcc | |
parent | 6117220672481e5dea35a26a576b4794b5661d60 (diff) | |
download | gcc-82161911c3115a61c3c7bbef08a5f569471d7422.zip gcc-82161911c3115a61c3c7bbef08a5f569471d7422.tar.gz gcc-82161911c3115a61c3c7bbef08a5f569471d7422.tar.bz2 |
* doc/install.texi (Testing): Mention testing on a simulator.
From-SVN: r127713
Diffstat (limited to 'gcc')
-rw-r--r-- | gcc/ChangeLog | 4 | ||||
-rw-r--r-- | gcc/doc/install.texi | 3 |
2 files changed, 7 insertions, 0 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog index ea21bd3..b89741c 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,7 @@ +2007-08-22 David Daney <ddaney@avtrex.com> + + * doc/install.texi (Testing): Mention testing on a simulator. + 2007-08-22 Janis Johnson <janis187@us.ibm.com> * config/dfp-bit.c (DFP_TO_DFP): Check for overflow. diff --git a/gcc/doc/install.texi b/gcc/doc/install.texi index dcd78f8..ad2b5f9 100644 --- a/gcc/doc/install.texi +++ b/gcc/doc/install.texi @@ -1986,6 +1986,9 @@ might emit some harmless messages resembling @samp{WARNING: Couldn't find the global config file.} or @samp{WARNING: Couldn't find tool init file} that can be ignored. +If you are testing a cross-compiler, you may want to run the testsuite +on a simulator as described at @uref{http://gcc.gnu.org/simtest-howto.html}. + @section How can you run the testsuite on selected tests? In order to run sets of tests selectively, there are targets |