aboutsummaryrefslogtreecommitdiff
path: root/gas/doc
diff options
context:
space:
mode:
authorNick Clifton <nickc@redhat.com>2020-05-06 13:21:02 +0100
committerNick Clifton <nickc@redhat.com>2020-05-06 13:21:02 +0100
commit6ef719c016b440223754ef05457892c91a3b8751 (patch)
treea08a5ffa581ac339955b32405b7729c1783d07b8 /gas/doc
parentb8983c46637eaafe808f9c5b3f95c10e1f824402 (diff)
downloadgdb-6ef719c016b440223754ef05457892c91a3b8751.zip
gdb-6ef719c016b440223754ef05457892c91a3b8751.tar.gz
gdb-6ef719c016b440223754ef05457892c91a3b8751.tar.bz2
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.
Diffstat (limited to 'gas/doc')
-rw-r--r--gas/doc/as.texi5
1 files changed, 3 insertions, 2 deletions
diff --git a/gas/doc/as.texi b/gas/doc/as.texi
index a65ddad..dd6c968 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