summaryrefslogtreecommitdiff
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
parentb8983c46637eaafe808f9c5b3f95c10e1f824402 (diff)
downloadbinutils-gdb-6ef719c016b440223754ef05457892c91a3b8751.tar.gz
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.
-rw-r--r--gas/ChangeLog7
-rw-r--r--gas/doc/as.texi5
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