diff options
author | doko <doko@138bc75d-0d04-0410-961f-82ee72b054a4> | 2006-07-08 18:35:51 +0000 |
---|---|---|
committer | doko <doko@138bc75d-0d04-0410-961f-82ee72b054a4> | 2006-07-08 18:35:51 +0000 |
commit | 52e76f501030691108f199c33511c941b7b94f35 (patch) | |
tree | e42d9b0681377973933710b3edca416a1f505779 /gcc | |
parent | d751177ad34a663689829bb814017ea2e82476b1 (diff) | |
download | gcc-52e76f501030691108f199c33511c941b7b94f35.tar.gz |
2006-07-08 Matthias Klose <doko@debian.org>
* doc/sourcebuild.texi: Fix typo.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@115287 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc')
-rw-r--r-- | gcc/ChangeLog | 4 | ||||
-rw-r--r-- | gcc/doc/sourcebuild.texi | 2 |
2 files changed, 5 insertions, 1 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog index dbf0ace4eb8..743178a5a3b 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,7 @@ +2006-07-08 Matthias Klose <doko@debian.org> + + * doc/sourcebuild.texi: Fix typo. + 2006-07-07 Mike Stump <mrs@apple.com> * toplev.c (process_options): Don't give -ffunction-sections may diff --git a/gcc/doc/sourcebuild.texi b/gcc/doc/sourcebuild.texi index 66e1b37222b..2bfa582f0c8 100644 --- a/gcc/doc/sourcebuild.texi +++ b/gcc/doc/sourcebuild.texi @@ -911,7 +911,7 @@ FIXME: discuss non-C testsuites here. @subsection Directives used within DejaGnu tests Test directives appear within comments in a test source file and begin -with @code{dg-}. Some of these are defined within DegaGnu and others +with @code{dg-}. Some of these are defined within DejaGnu and others are local to the GCC testsuite. The order in which test directives appear in a test can be important: |