public inbox for binutils-cvs@sourceware.org
 help / color / mirror / Atom feed
* [binutils-gdb] s390: Flag conditional branch relative insns as condjump
@ 2024-04-09 15:18 Jens Remus
  0 siblings, 0 replies; only message in thread
From: Jens Remus @ 2024-04-09 15:18 UTC (permalink / raw)
  To: binutils-cvs

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

commit 676b98078f9f42cfdaaaec6605f31c5be694dffb
Author: Jens Remus <jremus@linux.ibm.com>
Date:   Tue Apr 9 17:17:02 2024 +0200

    s390: Flag conditional branch relative insns as condjump
    
    Flag conditional branch relative (extended) mnemonics clij* and clgij*
    as "condjump" for jump visualization in disassembly. They were missed
    to be flagged as such in commit c5306fed7d40 ("s390: Support for jump
    visualization in disassembly").
    
    opcodes/
            * s390-opc.txt: Flag conditional branch relative instructions
            clij* and clgij* as condjump for jump visualization in
            disassembly.
    
    Signed-off-by: Jens Remus <jremus@linux.ibm.com>
    Acked-by: Nick Clifton <nickc@redhat.com>

Diff:
---
 opcodes/s390-opc.txt | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/opcodes/s390-opc.txt b/opcodes/s390-opc.txt
index 83ca22f6fac..1182e196059 100644
--- a/opcodes/s390-opc.txt
+++ b/opcodes/s390-opc.txt
@@ -942,10 +942,10 @@ ec00000000ff clib$12 RIS_R0RDU "compare logical immediate and branch (32<8)" z10
 ec00000000ff clib RIS_RURDU "compare logical immediate and branch (32<8)" z10 zarch
 ec00000000fd clgib$12 RIS_R0RDU "compare logical immediate and branch (64<8)" z10 zarch
 ec00000000fd clgib RIS_RURDU "compare logical immediate and branch (64<8)" z10 zarch
-ec000000007f clij$12 RIE_R0PU "compare logical immediate and branch relative (32<8)" z10 zarch
-ec000000007f clij RIE_RUPU "compare logical immediate and branch relative (32<8)" z10 zarch
-ec000000007d clgij$12 RIE_R0PU "compare logical immediate and branch relative (64<8)" z10 zarch
-ec000000007d clgij RIE_RUPU "compare logical immediate and branch relative (64<8)" z10 zarch
+ec000000007f clij$12 RIE_R0PU "compare logical immediate and branch relative (32<8)" z10 zarch condjump
+ec000000007f clij RIE_RUPU "compare logical immediate and branch relative (32<8)" z10 zarch condjump
+ec000000007d clgij$12 RIE_R0PU "compare logical immediate and branch relative (64<8)" z10 zarch condjump
+ec000000007d clgij RIE_RUPU "compare logical immediate and branch relative (64<8)" z10 zarch condjump
 b9730000 clrt$16 RRF_00RR "compare logical and trap (32)" z10 zarch
 b973 clrt RRF_U0RR "compare logical and trap (32)" z10 zarch
 b9610000 clgrt$16 RRF_00RR "compare logical and trap (64)" z10 zarch

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

only message in thread, other threads:[~2024-04-09 15:18 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2024-04-09 15:18 [binutils-gdb] s390: Flag conditional branch relative insns as condjump Jens Remus

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