Section "3.1 Preprocessing" of the online GAS manual has a wrong reference to "Using...
authorNick Clifton <nickc@redhat.com>
Wed, 6 May 2020 12:21:02 +0000 (13:21 +0100)
committerNick Clifton <nickc@redhat.com>
Wed, 6 May 2020 12:21:02 +0000 (13:21 +0100)
PR 25927
* doc/as.texi (Preprocessing): Replace cross reference to not
existant document with a URL to the equivalent page in the GCC
manual.

gas/ChangeLog
gas/doc/as.texi

index 3ad9fb33d916ddaf619b7049f3a6eb5a643dc3d5..a4e9d46002bf6862eff318f682a9cb2a9d05d21f 100644 (file)
@@ -1,3 +1,10 @@
+2020-05-06  Nick Clifton  <nickc@redhat.com>
+
+       PR 25927
+       * doc/as.texi (Preprocessing): Replace cross reference to not
+       existant document with a URL to the equivalent page in the GCC
+       manual.
+
 2020-05-05  Nick Clifton  <nickc@redhat.com>
 
        * dwarf2dbg.c (out_dir_and_file_list): Add comments describing the
index a65ddad5f507862d3e7b08870b97e62a2a47ee9f..dd6c96835f95189f5fa9007a7b544171f59c6ad3 100644 (file)
@@ -2842,8 +2842,9 @@ anything else you may get from your C compiler's preprocessor.  You can
 do include file processing with the @code{.include} directive
 (@pxref{Include,,@code{.include}}).  You can use the @sc{gnu} C compiler driver
 to get other ``CPP'' style preprocessing by giving the input file a
-@samp{.S} suffix.  @xref{Overall Options, ,Options Controlling the Kind of
-Output, gcc info, Using GNU CC}.
+@samp{.S} suffix.  @url{https://gcc.gnu.org/onlinedocs/gcc/Overall-Options.html#Overall-Options,
+See the 'Options Controlling the Kind of Output' section of the GCC manual for
+more details}
 
 Excess whitespace, comments, and character constants
 cannot be used in the portions of the input text that are not
This page took 0.028504 seconds and 4 git commands to generate.