[binutils-gdb] Section "3.1 Preprocessing" of the online GAS manual has a wrong reference to "Using GNU CC". This

Nick Clifton nickc@sourceware.org
Wed May 6 12:22:18 GMT 2020


https://sourceware.org/git/gitweb.cgi?p=binutils-gdb.git;h=6ef719c016b440223754ef05457892c91a3b8751

commit 6ef719c016b440223754ef05457892c91a3b8751
Author: Nick Clifton <nickc@redhat.com>
Date:   Wed May 6 13:21:02 2020 +0100

    Section "3.1 Preprocessing" of the online GAS manual has a wrong reference to "Using GNU CC".  This fixes that link.
    
            PR 25927
            * doc/as.texi (Preprocessing): Replace cross reference to not
            existant document with a URL to the equivalent page in the GCC
            manual.

Diff:
---
 gas/ChangeLog   | 7 +++++++
 gas/doc/as.texi | 5 +++--
 2 files changed, 10 insertions(+), 2 deletions(-)

diff --git a/gas/ChangeLog b/gas/ChangeLog
index 3ad9fb33d91..a4e9d46002b 100644
--- a/gas/ChangeLog
+++ b/gas/ChangeLog
@@ -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
diff --git a/gas/doc/as.texi b/gas/doc/as.texi
index a65ddad5f50..dd6c96835f9 100644
--- a/gas/doc/as.texi
+++ b/gas/doc/as.texi
@@ -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


More information about the Binutils-cvs mailing list