diff options
author | Maya Rashish <coypu@sdf.org> | 2019-06-15 21:12:41 +0000 |
---|---|---|
committer | Gerald Pfeifer <gerald@gcc.gnu.org> | 2019-06-15 21:12:41 +0000 |
commit | f6ebef4ebb56379020502ffb47e554ea3ffe764c (patch) | |
tree | 80d3d9f076c4afe5082d9864ea2a90c8763f3244 | |
parent | 217a703014f096614244980bd184646a0bfd6fce (diff) | |
download | gcc-f6ebef4ebb56379020502ffb47e554ea3ffe764c.zip gcc-f6ebef4ebb56379020502ffb47e554ea3ffe764c.tar.gz gcc-f6ebef4ebb56379020502ffb47e554ea3ffe764c.tar.bz2 |
invoke.texi (Spec Files): Update location of the Fortran spec file.
* doc/invoke.texi (Spec Files): Update location of the
Fortran spec file.
From-SVN: r272331
-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 |