diff options
author | Joseph Myers <joseph@codesourcery.com> | 2010-11-22 22:11:52 +0000 |
---|---|---|
committer | Joseph Myers <joseph@codesourcery.com> | 2010-11-22 22:11:52 +0000 |
commit | 2a633939863801f8f76184f434973d584ed326ef (patch) | |
tree | 97cdc41ebd977a7f60f3778220043eab7cdf4acb /gas/doc/c-alpha.texi | |
parent | 594e8718e7feaa5081a59a09d7d3cdc3562ba7c2 (diff) | |
download | gdb-2a633939863801f8f76184f434973d584ed326ef.zip gdb-2a633939863801f8f76184f434973d584ed326ef.tar.gz gdb-2a633939863801f8f76184f434973d584ed326ef.tar.bz2 |
* doc/as.texinfo: Refer to or include c-alpha.texi for Alpha
options. Refer to or include c-tic6x.texi for C6X options instead
of duplicating documentation here.
* doc/c-alpha.texi, doc/c-tic6x.texi: Add markup for use in
manpage generation.
Diffstat (limited to 'gas/doc/c-alpha.texi')
-rw-r--r-- | gas/doc/c-alpha.texi | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/gas/doc/c-alpha.texi b/gas/doc/c-alpha.texi index 3284f6f..e634304 100644 --- a/gas/doc/c-alpha.texi +++ b/gas/doc/c-alpha.texi @@ -2,6 +2,7 @@ @c Free Software Foundation, Inc. @c This is part of the GAS manual. @c For copying conditions, see the file as.texinfo. +@c man end @ifset GENERIC @page @@ -38,7 +39,8 @@ features specific to these formats are not yet documented. @cindex Alpha options @cindex options for Alpha -@table @option +@c man begin OPTIONS +@table @gcctabopt @cindex @code{-m@var{cpu}} command line option, Alpha @item -m@var{cpu} This option specifies the target processor. If an attempt is made to @@ -117,6 +119,7 @@ while smaller symbols are placed in @code{.sbss}. @itemx -32addr These options are ignored for backward compatibility. @end table +@c man end @cindex Alpha Syntax @node Alpha Syntax |