From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 1BEC93858D37; Wed, 30 Nov 2022 21:20:25 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 1BEC93858D37 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1669843225; bh=5pBw9A7q6K8922sf3TR/IRSmAUMP5MTxaG6nyBfosOE=; h=From:To:Subject:Date:In-Reply-To:References:From; b=HMEyVuge3YI0iNE27IihBOvQkebqjN6fqR3WJAY97mndOuWRiDquB2u/FyYwyXaPq 7sbQAhavF7Q4iHw3ewQsldUBN58nU95tJBFi7bVbTQzI76eojzbVcFoWnKSx5qQqJI RW15Dt9asmDW+fsEpmsg3dskOKSRE6/2Y2XbubGs= 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: Wed, 30 Nov 2022 21:20:23 +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 #4 from David Faust --- Created attachment 53993 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=3D53993&action=3Dedit proposed patch Should fix the remaining issues with 'extern' linkage and the missing 'cons= t' modifier (and includes the earlier partial fixes in this bug)=