i386: Replace movsb with movsxb

PR gas/27906
	* doc/c-i386.texi: Replace movsb with movsxb as an alias for
	movsbq.
This commit is contained in:
Sebastien Villemot 2021-05-26 05:53:23 -07:00 committed by H.J. Lu
parent ef5f598ca6
commit 3f335b75d8
2 changed files with 7 additions and 1 deletions

View 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

View 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.