From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 694BF3858CDB; Mon, 16 Jan 2023 15:58:45 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 694BF3858CDB DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=sourceware.org; s=default; t=1673884725; bh=o6hQWXRBGf5K0Fv0YpjLXgLVOckJf+C/RlB1du4JQgM=; h=From:To:Subject:Date:In-Reply-To:References:From; b=WVpmXeHu3ncz/fhlDYcJIUf5yjzv5TopOeX6ylZXBPVpGAG43TZJtTUSWnkSP7TvR FUjFNViEQX8+7vDsSzQEqLjGrjXFdDq2gnlaUi+KOpu8ADGGo9li8kFUtob1POQDe2 86ST6Co5Rjjb5XhVPp2x+eHMypHbTcA/QsgF0ta4= From: "vries at gcc dot gnu.org" To: gdb-prs@sourceware.org Subject: [Bug record/29721] [gdb, record, aarch64] FAIL: gdb.reverse/solib-precsave.exp: reverse-next third shr1 Date: Mon, 16 Jan 2023 15:58:45 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: gdb X-Bugzilla-Component: record X-Bugzilla-Version: HEAD X-Bugzilla-Keywords: X-Bugzilla-Severity: normal X-Bugzilla-Who: vries at gcc dot gnu.org X-Bugzilla-Status: NEW 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: Message-ID: In-Reply-To: References: 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 List-Id: https://sourceware.org/bugzilla/show_bug.cgi?id=3D29721 --- Comment #17 from Tom de Vries --- (In reply to Tom de Vries from comment #16) > On aarch64 (with additional_flags=3D-fno-omit-frame-pointer > additional_flags=3D-mno-omit-leaf-frame-pointer added, to have more compa= rable > code), we have: And for completeness-sake, without those flags (so, exercising the original failure): ... 0000000000000594 : 594: d10043ff sub sp, sp, #0x10 598: f90007e0 str x0, [sp, #8] 59c: d503201f nop 5a0: 910043ff add sp, sp, #0x10 5a4: d65f03c0 ret ... and at first insn: ... 1: /x $pc =3D 0xfffff7f9d594 2: /x $sp =3D 0xfffffffff320 3: /x $x29 =3D 0xfffffffff320 (gdb) info frame Stack level 0, frame at 0xfffffffff320: pc =3D 0xfffff7f9d594 in shr1; saved pc =3D 0x400718 called by frame at 0xfffffffff340 Arglist at 0xfffffffff320, args:=20 Locals at 0xfffffffff320, Previous frame's sp is 0xfffffffff320 ... and at last insn: ... 1: /x $pc =3D 0xfffff7f9d5a4 2: /x $sp =3D 0xfffffffff320 3: /x $x29 =3D 0xfffffffff320 (gdb) info frame Stack level 0, frame at 0xfffffffff330: pc =3D 0xfffff7f9d5a4 in shr1; saved pc =3D 0x400718 called by frame at 0xfffffffff340 Arglist at 0xfffffffff320, args:=20 Locals at 0xfffffffff320, Previous frame's sp is 0xfffffffff330 Saved registers: x0 at 0xfffffffff328 ... --=20 You are receiving this mail because: You are on the CC list for the bug.=