From: H.J. Lu Date: Tue, 23 Nov 2010 15:27:36 +0000 (+0000) Subject: Refer to and include c-i386.texi for i386 options. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=731caf761016399cc3dc9517781e328c54a8e9d6;p=binutils-gdb.git Refer to and include c-i386.texi for i386 options. 2010-11-23 H.J. Lu * doc/as.texinfo: Refer to and include c-i386.texi for i386 options. * doc/c-i386.texi: Add markup for use in manpage generation. --- diff --git a/gas/ChangeLog b/gas/ChangeLog index cbdd0972ebc..7b00c40a2ca 100644 --- a/gas/ChangeLog +++ b/gas/ChangeLog @@ -1,3 +1,10 @@ +2010-11-23 H.J. Lu + + * doc/as.texinfo: Refer to and include c-i386.texi for i386 + options. + + * doc/c-i386.texi: Add markup for use in manpage generation. + 2010-11-22 Joseph Myers * doc/as.texinfo: Refer to or include c-alpha.texi for Alpha diff --git a/gas/doc/as.texinfo b/gas/doc/as.texinfo index 45dcb30ae0a..bddd93cfa2f 100644 --- a/gas/doc/as.texinfo +++ b/gas/doc/as.texinfo @@ -811,8 +811,29 @@ Warn when nops are generated. @item -N Warn when a nop after a 32-bit multiply instruction is generated. @end table +@end ifset +@c man end + +@ifset I80386 + +@ifclear man +@xref{i386-Options}, for the options available when @value{AS} is +configured for an i386 processor. +@end ifclear + +@ifset man +@c man begin OPTIONS +The following options are available when @value{AS} is configured for +an i386 processor. +@c man end +@c man begin INCLUDE +@include c-i386.texi +@c ended inside the included file +@end ifset + @end ifset +@c man begin OPTIONS @ifset I960 The following options are available when @value{AS} is configured for the Intel 80960 processor. diff --git a/gas/doc/c-i386.texi b/gas/doc/c-i386.texi index d0a47debd43..1c6175b9cfc 100644 --- a/gas/doc/c-i386.texi +++ b/gas/doc/c-i386.texi @@ -3,6 +3,8 @@ @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 @node i386-Dependent @@ -50,7 +52,8 @@ extending the Intel architecture to 64-bits. The i386 version of @code{@value{AS}} has a few machine dependent options: -@table @code +@c man begin OPTIONS +@table @gcctabopt @cindex @samp{--32} option, i386 @cindex @samp{--32} option, x86-64 @cindex @samp{--64} option, i386 @@ -226,6 +229,7 @@ This opetion specifies that registers don't require a @samp{%} prefix. The @code{.att_syntax} and @code{.intel_syntax} directives will take precedent. @end table +@c man end @node i386-Directives @section x86 specific Directives