mirror of
https://sourceware.org/git/binutils-gdb.git
synced 2025-04-24 14:53:34 +08:00
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:
parent
ef5f598ca6
commit
3f335b75d8
@ -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
|
||||
|
@ -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.
|
||||
|
Loading…
x
Reference in New Issue
Block a user