From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 5B7443858CDA; Sat, 25 Mar 2023 17:31:41 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 5B7443858CDA DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=sourceware.org; s=default; t=1679765501; bh=bP5bOjeoQ3Cas87HevUHjE29g4eEyVvwNNShK7UyM2Y=; h=From:To:Subject:Date:In-Reply-To:References:From; b=eV0kOLzlc1+N/p6IVKihixQkkqSK7PJdAZJ30+LtEgWpdAdhTfFEx1vTNStV9fyna HrldFJCxe8XZFcVWRxBSexcIs4AN5BDHManjBmkoIEk/Cg5aAjc6AftfQTjWqjWHJF 1nI4/ilnzcQZJg+nw5iHtQ5UJerJ9RTwsx/eltDQ= From: "tromey at sourceware dot org" To: gdb-prs@sourceware.org Subject: [Bug corefiles/30273] Regression - "Core file format not supported" Date: Sat, 25 Mar 2023 17:31:40 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: gdb X-Bugzilla-Component: corefiles X-Bugzilla-Version: HEAD X-Bugzilla-Keywords: X-Bugzilla-Severity: normal X-Bugzilla-Who: tromey at sourceware dot 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=3D30273 --- Comment #3 from Tom Tromey --- > generic_elf_osabi_sniff_abi_tag_sections Nope, that didn't work, that function looks for specific notes. Still, for BSD it does: if (strcmp (name, ".note.netbsdcore.procinfo") =3D=3D 0) i.e., just checking the section name. So maybe this could be done for the above as well. I just wonder if it's really ok. --=20 You are receiving this mail because: You are on the CC list for the bug.=