diff options
author | Alan Modra <amodra@gmail.com> | 2015-02-14 18:32:48 +1030 |
---|---|---|
committer | Alan Modra <amodra@gmail.com> | 2015-02-19 14:14:51 +1030 |
commit | 5c9352f317d63cab0ebe512a8461e5256b6a913b (patch) | |
tree | dd0ffb672066d7983242384b0a227ac7c67403cd /gas/doc/as.texinfo | |
parent | d983c8c5503d680c6d4955ceb610a9beebc64460 (diff) | |
download | gdb-5c9352f317d63cab0ebe512a8461e5256b6a913b.zip gdb-5c9352f317d63cab0ebe512a8461e5256b6a913b.tar.gz gdb-5c9352f317d63cab0ebe512a8461e5256b6a913b.tar.bz2 |
gas doc warning fixes
* doc/as.texinfo (Local Symbol Names): Don't use ':' in pxref.
* doc/c-i386.texi: Reorder i386-Bugs after i386-Arch.
Diffstat (limited to 'gas/doc/as.texinfo')
-rw-r--r-- | gas/doc/as.texinfo | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gas/doc/as.texinfo b/gas/doc/as.texinfo index 9668039..36c2207 100644 --- a/gas/doc/as.texinfo +++ b/gas/doc/as.texinfo @@ -3660,8 +3660,8 @@ On the HPPA local symbols begin with @samp{L$}. Local symbols are defined and used within the assembler, but they are normally not saved in object files. Thus, they are not visible when debugging. -You may use the @samp{-L} option (@pxref{L, ,Include Local Symbols: -@option{-L}}) to retain the local symbols in the object files. +You may use the @samp{-L} option (@pxref{L, ,Include Local Symbols}) +to retain the local symbols in the object files. @subheading Local Labels |