i386: Replace movsb with movsxb
authorSebastien Villemot <sebastien@debian.org>
Wed, 26 May 2021 12:53:23 +0000 (05:53 -0700)
committerH.J. Lu <hjl.tools@gmail.com>
Wed, 26 May 2021 13:20:26 +0000 (06:20 -0700)
PR gas/27906
* doc/c-i386.texi: Replace movsb with movsxb as an alias for
movsbq.

gas/ChangeLog
gas/doc/c-i386.texi

index eac946f13c14ff6c3891e183c280fe5617fa39d5..b550ba11eecef0eaf5cf95eefbaca9e12d5bc775 100644 (file)
@@ -1,3 +1,9 @@
+2021-05-26  Sebastien Villemot  <sebastien@debian.org>
+
+       PR gas/27906
+       * doc/c-i386.texi: Replace movsb with movsxb as an alias for
+       movsbq.
+
 2021-05-26  Nelson Chu  <nelson.chu@sifive.com>
 
        * config/tc-riscv.c (riscv_set_arch): Set
index cb996c8a2a1c657680b488216e28c0f3c58e32dc..c987dc037821583808a940844b2637e96d17e4b0 100644 (file)
@@ -952,7 +952,7 @@ The Intel-syntax extension instructions
 
 @noindent
 are called @samp{movsbw/movsxb/movsx}, @samp{movsbl/movsxb/movsx},
-@samp{movsbq/movsb/movsx}, @samp{movswl/movsxw}, @samp{movswq/movsxw},
+@samp{movsbq/movsxb/movsx}, @samp{movswl/movsxw}, @samp{movswq/movsxw},
 @samp{movslq/movsxl}, @samp{movzbw/movzxb/movzx},
 @samp{movzbl/movzxb/movzx}, @samp{movzbq/movzxb/movzx},
 @samp{movzwl/movzxw} and @samp{movzwq/movzxw} in AT&T syntax.