From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id DFE7B3858C52; Fri, 21 Oct 2022 01:44:39 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org DFE7B3858C52 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=sourceware.org; s=default; t=1666316679; bh=/e9lwWZbVfs7vKF+5TV4EXN7TI5UTSbmF/RdA9+PLJo=; h=From:To:Subject:Date:In-Reply-To:References:From; b=EhHxsGcNuYDBRsLQgQG4jf2T+nu5OTYO5v/LkaI2xoE/CcO2IEh6CXe/Q+94jGNQV QqN1brlXFQMLs5kmcI4RMvKSIV/ky0+k1r7zpyLMtbWDgYe43+R82i7mcxKKg2O6HV OFMaA+XZBWATFlzJIt5fJOU1ZW6um0w1p0Z+Rn7k= From: "fche at redhat dot com" To: elfutils-devel@sourceware.org Subject: [Bug libdw/29711] In libdw.h struct Dwarf, struct Dwarf_Abbrev is defined using typedef and not using #include is not the way to comply with the specification? Date: Fri, 21 Oct 2022 01:44:36 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: elfutils X-Bugzilla-Component: libdw X-Bugzilla-Version: unspecified X-Bugzilla-Keywords: X-Bugzilla-Severity: normal X-Bugzilla-Who: fche at redhat dot com X-Bugzilla-Status: WAITING 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: bug_status cf_reconfirmed_on everconfirmed cc 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=3D29711 Frank Ch. Eigler changed: What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |WAITING Last reconfirmed| |2022-10-21 Ever confirmed|0 |1 CC| |fche at redhat dot com --- Comment #1 from Frank Ch. Eigler --- No specification requires elfutils to provide an other than forward declara= tion of these types. Keeping the definitions private is fine, given that opaque pointers are used in the various libdw* api calls to clients. --=20 You are receiving this mail because: You are on the CC list for the bug.=