From 6ef719c016b440223754ef05457892c91a3b8751 Mon Sep 17 00:00:00 2001 From: Nick Clifton Date: Wed, 6 May 2020 13:21:02 +0100 Subject: [PATCH] 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. --- gas/ChangeLog | 7 +++++++ gas/doc/as.texi | 5 +++-- 2 files changed, 10 insertions(+), 2 deletions(-) diff --git a/gas/ChangeLog b/gas/ChangeLog index 3ad9fb33d9..a4e9d46002 100644 --- a/gas/ChangeLog +++ b/gas/ChangeLog @@ -1,3 +1,10 @@ +2020-05-06 Nick Clifton + + 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 * dwarf2dbg.c (out_dir_and_file_list): Add comments describing the diff --git a/gas/doc/as.texi b/gas/doc/as.texi index a65ddad5f5..dd6c96835f 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 -- 2.34.1