From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id A9F41386EC04; Fri, 24 Jun 2022 11:53:58 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org A9F41386EC04 From: "ulrich.weigand at de dot ibm.com" To: gdb-prs@sourceware.org Subject: [Bug tdep/29247] [gdb, tdep] ../../gdb/ppc-sysv-tdep.c:1945: internal-error: ppc64_sysv_abi_return_value: Assertion `ok' failed Date: Fri, 24 Jun 2022 11:53:58 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: gdb X-Bugzilla-Component: tdep X-Bugzilla-Version: 12.1 X-Bugzilla-Keywords: X-Bugzilla-Severity: normal X-Bugzilla-Who: ulrich.weigand at de dot ibm.com 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 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: Fri, 24 Jun 2022 11:53:58 -0000 https://sourceware.org/bugzilla/show_bug.cgi?id=3D29247 --- Comment #15 from ulrich.weigand at de dot ibm.com --- (In reply to Carl E Love from comment #14) > Created attachment 14164 [details] > Add IEEE support for float 128-bit >=20 > Went back and redid the patch to add IEEE support. The updated patch adds > the IEEE support for passing the arguments via a vector register. >=20 > The patch fixes the assertion error, but I still get a number of failures > printing the values. I am still missing something in the ABI support. At > this point, I am not sure what is wrong/missing in the patch? The only thing that looks wrong to me is the condition in (new) line 1440. = It seems that this erroneously no longer handles any float/double values at all anymore. --=20 You are receiving this mail because: You are on the CC list for the bug.=