PATCH: Fix a typo in doc/c-i386.texi
H.J. Lu
hongjiu.lu@intel.com
Mon Jul 18 19:51:00 GMT 2011
More information about the Binutils mailing list
Mon Jul 18 19:51:00 GMT 2011
- Previous message (by thread): viewing sections
- Next message (by thread): .preinit_array/.init_array/.fini_array sections
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
I checked this in. H.J. ---- Index: ChangeLog =================================================================== RCS file: /cvs/src/src/gas/ChangeLog,v retrieving revision 1.4541 diff -u -p -r1.4541 ChangeLog --- ChangeLog 6 Jul 2011 18:01:51 -0000 1.4541 +++ ChangeLog 18 Jul 2011 13:32:00 -0000 @@ -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. Index: doc/c-i386.texi =================================================================== RCS file: /cvs/src/src/gas/doc/c-i386.texi,v retrieving revision 1.60 diff -u -p -r1.60 c-i386.texi --- doc/c-i386.texi 10 Jun 2011 21:27:38 -0000 1.60 +++ doc/c-i386.texi 18 Jul 2011 13:32:00 -0000 @@ -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
- Previous message (by thread): viewing sections
- Next message (by thread): .preinit_array/.init_array/.fini_array sections
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Binutils mailing list