[binutils-gdb/binutils-2_42-branch] s390: Whitespace fixes in conditional branch flavor descriptions

Jens Remus jremus@sourceware.org
Thu Oct 24 14:12:19 GMT 2024


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

commit 10d0dd2ba2b0607b86d59bb2b61e05afe87261b0
Author: Jens Remus <jremus@linux.ibm.com>
Date:   Fri Mar 1 11:12:40 2024 +0100

    s390: Whitespace fixes in conditional branch flavor descriptions
    
    opcodes/
            * s390-mkopc.c: Whitespace fixes in conditional branch flavor
            descriptions.
    
    Signed-off-by: Jens Remus <jremus@linux.ibm.com>
    Reviewed-by: Andreas Krebbel <krebbel@linux.ibm.com>
    (cherry picked from commit d9d4fc898d28d2f4547e1cf93c1d9f51c1a59e25)

Diff:
---
 opcodes/s390-mkopc.c | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/opcodes/s390-mkopc.c b/opcodes/s390-mkopc.c
index 3a4aae3639a..7c00dea2d7f 100644
--- a/opcodes/s390-mkopc.c
+++ b/opcodes/s390-mkopc.c
@@ -150,8 +150,8 @@ struct s390_cond_ext_format
    the '*' tag.  */
 #define NUM_COND_EXTENSIONS 20
 const struct s390_cond_ext_format s390_cond_extensions[NUM_COND_EXTENSIONS] =
-{ { '1', "o", "on overflow / if ones"},		/* jump on overflow / if ones */
-  { '2', "h", "on A high"},			/* jump on A high */
+{ { '1', "o", "on overflow / if ones" },	/* jump on overflow / if ones */
+  { '2', "h", "on A high" },			/* jump on A high */
   { '2', "p", "on plus" },			/* jump on plus */
   { '3', "nle", "on not low or equal" },	/* jump on not low or equal */
   { '4', "l", "on A low" },			/* jump on A low */
@@ -162,7 +162,7 @@ const struct s390_cond_ext_format s390_cond_extensions[NUM_COND_EXTENSIONS] =
   { '7', "nz", "on not zero / if not zeros" },	/* jump on not zero / if not zeros */
   { '8', "e", "on A equal B" },			/* jump on A equal B */
   { '8', "z", "on zero / if zeros" },		/* jump on zero / if zeros */
-  { '9', "nlh", "on not low or high " },	/* jump on not low or high */
+  { '9', "nlh", "on not low or high" },		/* jump on not low or high */
   { 'a', "he", "on high or equal" },		/* jump on high or equal */
   { 'b', "nl", "on A not low" },		/* jump on A not low */
   { 'b', "nm", "on not minus / if not mixed" },	/* jump on not minus / if not mixed */


More information about the Binutils-cvs mailing list