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.
This commit is contained in:
parent
b8983c4663
commit
6ef719c016
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user