public inbox for binutils-cvs@sourceware.org
 help / color / mirror / Atom feed
* [binutils-gdb] bpf: gas: fix in manual that MOVS* pseudoc syntax uses = instead of s=
@ 2023-07-24  0:21 Jose E. Marchesi
  0 siblings, 0 replies; only message in thread
From: Jose E. Marchesi @ 2023-07-24  0:21 UTC (permalink / raw)
  To: bfd-cvs

https://sourceware.org/git/gitweb.cgi?p=binutils-gdb.git;h=a50ead7822bef29a45d6e660e23264d76545981b

commit a50ead7822bef29a45d6e660e23264d76545981b
Author: Jose E. Marchesi <jose.marchesi@oracle.com>
Date:   Mon Jul 24 02:20:55 2023 +0200

    bpf: gas: fix in manual that MOVS* pseudoc syntax uses = instead of s=
    
    gas/ChangeLog:
    
    2023-07-24  Jose E. Marchesi  <jose.marchesi@oracle.com>
    
            * doc/c-bpf.texi (BPF Instructions): The pseudoc syntax for MOVS*
            doesn't use `s=' but `='.

Diff:
---
 gas/ChangeLog      |  5 +++++
 gas/doc/c-bpf.texi | 12 ++++++------
 2 files changed, 11 insertions(+), 6 deletions(-)

diff --git a/gas/ChangeLog b/gas/ChangeLog
index 3d9d795d06c..5538cd236b3 100644
--- a/gas/ChangeLog
+++ b/gas/ChangeLog
@@ -1,3 +1,8 @@
+2023-07-24  Jose E. Marchesi  <jose.marchesi@oracle.com>
+
+	* doc/c-bpf.texi (BPF Instructions): The pseudoc syntax for MOVS*
+	doesn't use `s=' but `='.
+
 2023-07-24  Jose E. Marchesi  <jose.marchesi@oracle.com>
 
 	* doc/c-bpf.texi (BPF Instructions): Fix pseudoc syntax for MOVS*
diff --git a/gas/doc/c-bpf.texi b/gas/doc/c-bpf.texi
index 43190afdf64..be29d8d2a56 100644
--- a/gas/doc/c-bpf.texi
+++ b/gas/doc/c-bpf.texi
@@ -264,15 +264,15 @@ Move the 64-bit value of @code{rs} in @code{rd}, or load @code{imm32}
 in @code{rd}.
 
 @item movs rd, rs, 8
-@itemx rd s= (s8) rs
+@itemx rd = (s8) rs
 Move the sign-extended 8-bit value in @code{rs} to @code{rd}.
 
 @item movs rd, rs, 16
-@itemx rd s= (s16) rs
+@itemx rd = (s16) rs
 Move the sign-extended 16-bit value in @code{rs} to @code{rd}.
 
 @item movs rd, rs, 32
-@itemx rd s= (s32) rs
+@itemx rd = (s32) rs
 Move the sign-extended 32-bit value in @code{rs} to @code{rd}.
 @end table
 
@@ -371,15 +371,15 @@ Move the 32-bit value of @code{rs} in @code{rd}, or load @code{imm32}
 in @code{rd}.
 
 @item mov32s rd, rs, 8
-@itemx rd s= (s8) rs
+@itemx rd = (s8) rs
 Move the sign-extended 8-bit value in @code{rs} to @code{rd}.
 
 @item mov32s rd, rs, 16
-@itemx rd s= (s16) rs
+@itemx rd = (s16) rs
 Move the sign-extended 16-bit value in @code{rs} to @code{rd}.
 
 @item mov32s rd, rs, 32
-@itemx rd s= (s32) rs
+@itemx rd = (s32) rs
 Move the sign-extended 32-bit value in @code{rs} to @code{rd}.
 @end table

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

only message in thread, other threads:[~2023-07-24  0:21 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-07-24  0:21 [binutils-gdb] bpf: gas: fix in manual that MOVS* pseudoc syntax uses = instead of s= Jose E. Marchesi

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