diff options
author | H.J. Lu <hjl.tools@gmail.com> | 2013-01-10 19:51:55 +0000 |
---|---|---|
committer | H.J. Lu <hjl.tools@gmail.com> | 2013-01-10 19:51:55 +0000 |
commit | 34bca50861dd6a0d59b8f8b215865e3a52895191 (patch) | |
tree | 20fa4046a20ec2318234368e49846226ec368020 /gas/doc/c-i386.texi | |
parent | 4c665b71b1b907fcd4a7d56e10c310ace08addd9 (diff) | |
download | gdb-34bca50861dd6a0d59b8f8b215865e3a52895191.zip gdb-34bca50861dd6a0d59b8f8b215865e3a52895191.tar.gz gdb-34bca50861dd6a0d59b8f8b215865e3a52895191.tar.bz2 |
Remove trailing white spaces on gas
* app.c: Remove trailing white spaces.
* as.c: Likewise.
* as.h: Likewise.
* cond.c: Likewise.
* dw2gencfi.c: Likewise.
* dwarf2dbg.h: Likewise.
* ecoff.c: Likewise.
* input-file.c: Likewise.
* itbl-lex.h: Likewise.
* output-file.c: Likewise.
* read.c: Likewise.
* sb.c: Likewise.
* subsegs.c: Likewise.
* symbols.c: Likewise.
* write.c: Likewise.
* config/tc-i386.c: Likewise.
* doc/Makefile.am: Likewise.
* doc/Makefile.in: Likewise.
* doc/c-aarch64.texi: Likewise.
* doc/c-alpha.texi: Likewise.
* doc/c-arc.texi: Likewise.
* doc/c-arm.texi: Likewise.
* doc/c-avr.texi: Likewise.
* doc/c-bfin.texi: Likewise.
* doc/c-cr16.texi: Likewise.
* doc/c-d10v.texi: Likewise.
* doc/c-d30v.texi: Likewise.
* doc/c-h8300.texi: Likewise.
* doc/c-hppa.texi: Likewise.
* doc/c-i370.texi: Likewise.
* doc/c-i386.texi: Likewise.
* doc/c-i860.texi: Likewise.
* doc/c-m32c.texi: Likewise.
* doc/c-m32r.texi: Likewise.
* doc/c-m68hc11.texi: Likewise.
* doc/c-m68k.texi: Likewise.
* doc/c-microblaze.texi: Likewise.
* doc/c-mips.texi: Likewise.
* doc/c-msp430.texi: Likewise.
* doc/c-mt.texi: Likewise.
* doc/c-s390.texi: Likewise.
* doc/c-score.texi: Likewise.
* doc/c-sh.texi: Likewise.
* doc/c-sh64.texi: Likewise.
* doc/c-tic54x.texi: Likewise.
* doc/c-tic6x.texi: Likewise.
* doc/c-v850.texi: Likewise.
* doc/c-xc16x.texi: Likewise.
* doc/c-xgate.texi: Likewise.
* doc/c-xtensa.texi: Likewise.
* doc/c-z80.texi: Likewise.
* doc/internals.texi: Likewise.
Diffstat (limited to 'gas/doc/c-i386.texi')
-rw-r--r-- | gas/doc/c-i386.texi | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/gas/doc/c-i386.texi b/gas/doc/c-i386.texi index 4ee8d7a..f68cca2 100644 --- a/gas/doc/c-i386.texi +++ b/gas/doc/c-i386.texi @@ -49,7 +49,7 @@ extending the Intel architecture to 64-bits. @cindex options for i386 @cindex options for x86-64 @cindex i386 options -@cindex x86-64 options +@cindex x86-64 options The i386 version of @code{@value{AS}} has a few machine dependent options: @@ -92,7 +92,7 @@ affect using @samp{#} for starting a comment. This option specifies the target processor. The assembler will issue an error message if an attempt is made to assemble an instruction which will not execute on the target processor. The following -processor names are recognized: +processor names are recognized: @code{i8086}, @code{i186}, @code{i286}, @@ -126,7 +126,7 @@ processor names are recognized: @code{generic32} and @code{generic64}. -In addition to the basic instruction set, the assembler can be told to +In addition to the basic instruction set, the assembler can be told to accept various extension mnemonics. For example, @code{-march=i686+sse4+vmx} extends @var{i686} with @var{sse4} and @var{vmx}. The following extensions are currently supported: @@ -231,7 +231,7 @@ with 256bit vector length. @cindex @samp{-mmnemonic=} option, x86-64 @item -mmnemonic=@var{att} @itemx -mmnemonic=@var{intel} -This option specifies instruction mnemonic for matching instructions. +This option specifies instruction mnemonic for matching instructions. The @code{.att_mnemonic} and @code{.intel_mnemonic} directives will take precedent. @@ -239,7 +239,7 @@ take precedent. @cindex @samp{-msyntax=} option, x86-64 @item -msyntax=@var{att} @itemx -msyntax=@var{intel} -This option specifies instruction syntax when processing instructions. +This option specifies instruction syntax when processing instructions. The @code{.att_syntax} and @code{.intel_syntax} directives will take precedent. @@ -903,7 +903,7 @@ For detailed information on the LWP instruction set, see the BMI instructions provide several instructions implementing individual bit manipulation operations such as isolation, masking, setting, or -resetting. +resetting. @c Need to add a specification citation here when available. |