diff options
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 dbf0ace..743178a 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 66e1b37..2bfa582 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: |
