From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 914183943418; Mon, 5 Dec 2022 17:42:24 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 914183943418 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1670262144; bh=nZj31xSd3bjK9ik+W4lYF9qYlHByumKe40VeBAEw5I8=; h=From:To:Subject:Date:In-Reply-To:References:From; b=eHwbV4CI8CePztVnszrkOiarsMMQrvPxK9hFWM+n4Yh7SG7Y8syy4vUx6eaw6cBYt cqCJoCK3a5TMirmR4eIG+BJ1vlMIqJBMq5cwiRJgrc6CM7PfcUw8cveBQB88Y2Jt+h nAknZ56K1hledoUmJysV7ER3kiAzgDZX3d4QD5Zs= From: "david.faust at oracle dot com" To: gcc-bugs@gcc.gnu.org Subject: [Bug target/106773] libbpf: failed to find BTF info for global/extern symbol 'bpf_link_fops' Date: Mon, 05 Dec 2022 17:42:22 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: gcc X-Bugzilla-Component: target X-Bugzilla-Version: 13.0 X-Bugzilla-Keywords: wrong-debug X-Bugzilla-Severity: normal X-Bugzilla-Who: david.faust at oracle dot com X-Bugzilla-Status: UNCONFIRMED X-Bugzilla-Resolution: X-Bugzilla-Priority: P3 X-Bugzilla-Assigned-To: unassigned at gcc dot gnu.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: attachments.created Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: http://gcc.gnu.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 List-Id: https://gcc.gnu.org/bugzilla/show_bug.cgi?id=3D106773 --- Comment #13 from David Faust --- Created attachment 54017 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=3D54017&action=3Dedit DATASEC entries for extern funcs Applies on top of 54002: updated patch Adds emission of DATASEC entries for extern funcs. Rough, needs cleanup.=