diff options
author | H.J. Lu <hjl.tools@gmail.com> | 2011-07-18 13:32:31 +0000 |
---|---|---|
committer | H.J. Lu <hjl.tools@gmail.com> | 2011-07-18 13:32:31 +0000 |
commit | 2aab8acd29659253a37eec6814b656c81bf0068d (patch) | |
tree | d199808df7c97d8b581fd3456a9e49ff49e1b29f | |
parent | 090bc50fc55716c2e2f59c1e65c63a90a9f1d952 (diff) | |
download | gdb-2aab8acd29659253a37eec6814b656c81bf0068d.zip gdb-2aab8acd29659253a37eec6814b656c81bf0068d.tar.gz gdb-2aab8acd29659253a37eec6814b656c81bf0068d.tar.bz2 |
Fix a typo in doc/c-i386.texi.
2011-07-18 H.J. Lu <hongjiu.lu@intel.com>
* doc/c-i386.texi: Fix a typo.
-rw-r--r-- | gas/ChangeLog | 4 | ||||
-rw-r--r-- | gas/doc/c-i386.texi | 2 |
2 files changed, 5 insertions, 1 deletions
diff --git a/gas/ChangeLog b/gas/ChangeLog index 953fb94..bf23ec2 100644 --- a/gas/ChangeLog +++ b/gas/ChangeLog @@ -1,3 +1,7 @@ +2011-07-18 H.J. Lu <hongjiu.lu@intel.com> + + * doc/c-i386.texi: Fix a typo. + 2011-07-06 Aurelien Jarno <aurelien@aurel32.net> * config/tc-mips.c (append_insn): delete prev_pinfo2 and pinfo2. diff --git a/gas/doc/c-i386.texi b/gas/doc/c-i386.texi index 1bdb1fa..4397e60 100644 --- a/gas/doc/c-i386.texi +++ b/gas/doc/c-i386.texi @@ -210,7 +210,7 @@ for any SSE intruction. @cindex @samp{-mavxscalar=} option, x86-64 @item -mavxscalar=@var{128} @itemx -mavxscalar=@var{256} -This options control how the assembler should encode scalar AVX +These options control how the assembler should encode scalar AVX instructions. @option{-mavxscalar=@var{128}} will encode scalar AVX instructions with 128bit vector length, which is the default. @option{-mavxscalar=@var{256}} will encode scalar AVX instructions |