diff options
author | Eric Botcazou <ebotcazou@adacore.com> | 2016-10-28 21:06:14 +0000 |
---|---|---|
committer | Eric Botcazou <ebotcazou@gcc.gnu.org> | 2016-10-28 21:06:14 +0000 |
commit | 21f1031d6cc228e2b468338b3dfa4303d54ac207 (patch) | |
tree | 1db5a34415cef87ee6643d87c31944f960044bba /gcc | |
parent | 894d8b416343817776946da50d0b660f20742921 (diff) | |
download | gcc-21f1031d6cc228e2b468338b3dfa4303d54ac207.zip gcc-21f1031d6cc228e2b468338b3dfa4303d54ac207.tar.gz gcc-21f1031d6cc228e2b468338b3dfa4303d54ac207.tar.bz2 |
* doc/sourcebuild.texi (Ada Tests): Remove mention of gcc chapter.
From-SVN: r241666
Diffstat (limited to 'gcc')
-rw-r--r-- | gcc/ChangeLog | 4 | ||||
-rw-r--r-- | gcc/doc/sourcebuild.texi | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 3687ecd..fca1f23 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,5 +1,9 @@ 2016-10-28 Eric Botcazou <ebotcazou@adacore.com> + * doc/sourcebuild.texi (Ada Tests): Remove mention of gcc chapter. + +2016-10-28 Eric Botcazou <ebotcazou@adacore.com> + * target.def (min_arithmetic_precision): New hook. * doc/tm.texi.in (Misc): Add TARGET_MIN_ARITHMETIC_PRECISION. * doc/tm.texi: Regenerate. diff --git a/gcc/doc/sourcebuild.texi b/gcc/doc/sourcebuild.texi index 39de0ff..fb5dbb5 100644 --- a/gcc/doc/sourcebuild.texi +++ b/gcc/doc/sourcebuild.texi @@ -2490,10 +2490,6 @@ The tests are organized by directory, each directory corresponding to a chapter of the Ada Reference Manual. So for example, @file{c9} corresponds to chapter 9, which deals with tasking features of the language. -There is also an extra chapter called @file{gcc} containing a template for -creating new executable tests, although this is deprecated in favor of -the @file{gnat.dg} testsuite. - The tests are run using two @command{sh} scripts: @file{run_acats} and @file{run_all.sh}. To run the tests using a simulator or a cross target, see the small |