diff options
author | Sterling Augustine <saugustine@google.com> | 2010-11-23 19:19:38 +0000 |
---|---|---|
committer | Sterling Augustine <saugustine@google.com> | 2010-11-23 19:19:38 +0000 |
commit | 2d8b84aee37fb51ffe5b3f8e5b6941fc21821984 (patch) | |
tree | 11ade78981c44a04ccb1ece9f145c0453b1b55d2 /gas/doc/c-xtensa.texi | |
parent | d3b50760aae267ca9a4988ce8dc4fae2c6761ff0 (diff) | |
download | gdb-2d8b84aee37fb51ffe5b3f8e5b6941fc21821984.zip gdb-2d8b84aee37fb51ffe5b3f8e5b6941fc21821984.tar.gz gdb-2d8b84aee37fb51ffe5b3f8e5b6941fc21821984.tar.bz2 |
2010-11-23 Sterling Augustine <sterling@tensilica.com>
* doc/as.texinfo: Refer to and include c-xtensa.texi for Xtensa
options. Move Xtensa options to proper alphabetical location.
* doc/c-xtensa.texi: Add markup for use in manpage generation.
Diffstat (limited to 'gas/doc/c-xtensa.texi')
-rw-r--r-- | gas/doc/c-xtensa.texi | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/gas/doc/c-xtensa.texi b/gas/doc/c-xtensa.texi index d894b5f..01453df 100644 --- a/gas/doc/c-xtensa.texi +++ b/gas/doc/c-xtensa.texi @@ -3,6 +3,7 @@ @c This is part of the GAS manual. @c For copying conditions, see the file as.texinfo. @c +@c man end @ifset GENERIC @page @node Xtensa-Dependent @@ -30,10 +31,9 @@ Reference Manual}. @node Xtensa Options @section Command Line Options -The Xtensa version of the @sc{gnu} assembler supports these -special options: +@c man begin OPTIONS +@table @gcctabopt -@table @code @item --text-section-literals | --no-text-section-literals @kindex --text-section-literals @kindex --no-text-section-literals @@ -94,6 +94,8 @@ Rename the @var{oldname} section to @var{newname}. This option can be used multiple times to rename multiple sections. @end table +@c man end + @node Xtensa Syntax @section Assembler Syntax @cindex syntax, Xtensa assembler |