From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 60D853858D3C; Sat, 20 Nov 2021 03:13:19 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 60D853858D3C From: "andrew.lamarra at gmail dot com" To: gdb-prs@sourceware.org Subject: [Bug gdb/28609] New: GDB does not recognize the movn mips instruction Date: Sat, 20 Nov 2021 03:13:19 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: new X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: gdb X-Bugzilla-Component: gdb X-Bugzilla-Version: 9.2 X-Bugzilla-Keywords: X-Bugzilla-Severity: minor X-Bugzilla-Who: andrew.lamarra at gmail dot com X-Bugzilla-Status: UNCONFIRMED X-Bugzilla-Resolution: X-Bugzilla-Priority: P2 X-Bugzilla-Assigned-To: unassigned at sourceware dot org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: bug_id short_desc product version bug_status bug_severity priority component assigned_to reporter target_milestone Message-ID: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: http://sourceware.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: gdb-prs@sourceware.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Gdb-prs mailing list List-Unsubscribe: , List-Archive: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 20 Nov 2021 03:13:19 -0000 https://sourceware.org/bugzilla/show_bug.cgi?id=3D28609 Bug ID: 28609 Summary: GDB does not recognize the movn mips instruction Product: gdb Version: 9.2 Status: UNCONFIRMED Severity: minor Priority: P2 Component: gdb Assignee: unassigned at sourceware dot org Reporter: andrew.lamarra at gmail dot com Target Milestone: --- It seems that GDB does not recognize the MIPS "movn" instruction: (gdb) x/3i $pc =3D> 0x402db0 : slt a0,s0,v0 0x402db4 : 0x44800b 0x402db8 : addiu v0,v1,18636 That instructions should be: movn s0,v0,a0 Let me know if you'd like the binary that I was debugging when I found this. --=20 You are receiving this mail because: You are on the CC list for the bug.=