public inbox for binutils@sourceware.org
 help / color / mirror / Atom feed
* [PATCH] i386: Replace movsb with movsxb
@ 2021-05-26 12:54 H.J. Lu
  0 siblings, 0 replies; only message in thread
From: H.J. Lu @ 2021-05-26 12:54 UTC (permalink / raw)
  To: binutils; +Cc: Sebastien Villemot

From: Sebastien Villemot <sebastien@debian.org>

	PR gas/27906
	* doc/c-i386.texi: Replace movsb with movsxb as an alias for
	movsbq.
---
 gas/ChangeLog       | 5 +++++
 gas/doc/c-i386.texi | 2 +-
 2 files changed, 6 insertions(+), 1 deletion(-)

diff --git a/gas/ChangeLog b/gas/ChangeLog
index eac946f13c1..60b0d1bf9b0 100644
--- a/gas/ChangeLog
+++ b/gas/ChangeLog
@@ -1,3 +1,8 @@
+2021-05-26  Sebastien Villemot  <sebastien@debian.org>
+
+	* 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
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.
-- 
2.31.1


^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2021-05-26 12:54 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-05-26 12:54 [PATCH] i386: Replace movsb with movsxb H.J. Lu

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).