From: Sebastien Villemot Date: Wed, 26 May 2021 12:53:23 +0000 (-0700) Subject: i386: Replace movsb with movsxb X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=3f335b75d8219d213f225d98b8879c303fdd73a3;p=binutils-gdb.git i386: Replace movsb with movsxb PR gas/27906 * doc/c-i386.texi: Replace movsb with movsxb as an alias for movsbq. --- diff --git a/gas/ChangeLog b/gas/ChangeLog index eac946f13c1..b550ba11eec 100644 --- a/gas/ChangeLog +++ b/gas/ChangeLog @@ -1,3 +1,9 @@ +2021-05-26 Sebastien Villemot + + PR gas/27906 + * doc/c-i386.texi: Replace movsb with movsxb as an alias for + movsbq. + 2021-05-26 Nelson Chu * config/tc-riscv.c (riscv_set_arch): Set diff --git a/gas/doc/c-i386.texi b/gas/doc/c-i386.texi index cb996c8a2a1..c987dc03782 100644 --- a/gas/doc/c-i386.texi +++ b/gas/doc/c-i386.texi @@ -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.