diff options
-rw-r--r-- | gcc/ChangeLog | 5 | ||||
-rw-r--r-- | gcc/doc/invoke.texi | 2 |
2 files changed, 6 insertions, 1 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 36260ed..516ef41 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,8 @@ +2019-06-15 Maya Rashish <coypu@sdf.org> + + * doc/invoke.texi (Spec Files): Update location of the + Fortran spec file. + 2019-06-15 Gerald Pfeifer <gerald@pfeifer.com> * doc/extend.texi (Common Function Attributes): Clarify diff --git a/gcc/doc/invoke.texi b/gcc/doc/invoke.texi index bf9da0f..eaef4cd 100644 --- a/gcc/doc/invoke.texi +++ b/gcc/doc/invoke.texi @@ -29347,7 +29347,7 @@ Like @samp{%g}, except if @option{-pipe} is in effect. In that case all. These are the two most common ways to instruct a program that it should read from standard input or write to standard output. If you need something more elaborate you can use an @samp{%@{pipe:@code{X}@}} -construct: see for example @file{f/lang-specs.h}. +construct: see for example @file{gcc/fortran/lang-specs.h}. @item %.@var{SUFFIX} Substitutes @var{.SUFFIX} for the suffixes of a matched switch's args |