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-tic6x.texi | |
parent | 594e8718e7feaa5081a59a09d7d3cdc3562ba7c2 (diff) | |
download | binutils-gdb-2a633939863801f8f76184f434973d584ed326ef.tar.gz |
* 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-tic6x.texi')
-rw-r--r-- | gas/doc/c-tic6x.texi | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/gas/doc/c-tic6x.texi b/gas/doc/c-tic6x.texi index 72c873bfd98..12d70ba774f 100644 --- a/gas/doc/c-tic6x.texi +++ b/gas/doc/c-tic6x.texi @@ -1,6 +1,7 @@ @c Copyright 2010 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 @node TIC6X-Dependent @@ -24,7 +25,8 @@ @cindex TIC6X options @cindex options for TIC6X -@table @code +@c man begin OPTIONS +@table @gcctabopt @cindex @code{-march=} command line option, TIC6X @item -march=@var{arch} @@ -95,6 +97,7 @@ Generate code for the specified endianness. The default is little-endian. @end table +@c man end @node TIC6X Syntax @section TIC6X Syntax |