From mboxrd@z Thu Jan 1 00:00:00 1970 Content-Type: multipart/mixed; boundary="===============2281790491662165310==" MIME-Version: 1.0 From: Mark Wielaard To: elfutils-devel@lists.fedorahosted.org Subject: Re: [PATCH] dwarf.h: Add DW_LANG_C11, DW_LANG_C_plus_plus_11 and DW_LANG_C_plus_plus_14. Date: Wed, 26 Nov 2014 18:04:25 +0100 Message-ID: <1417021465.4954.30.camel@bordewijk.wildebeest.org> In-Reply-To: 1416863871-16414-1-git-send-email-mjw@redhat.com --===============2281790491662165310== Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable On Mon, 2014-11-24 at 22:17 +0100, Mark Wielaard wrote: > The following patch is needed to recognize the new DW_LANG constants > that GCC 5 might emit as implemented by this GCC patch: > https://gcc.gnu.org/ml/gcc-patches/2014-11/msg02852.html > = > Also added to https://fedorahosted.org/elfutils/wiki/DwarfExtensions > = > GCC 5 can emit these new DWARFv5 draft language constants. Handle them in > dwarf_aggregate_size and dwarf_getfuncs. Also handle DW_LANG_Go in > dwarf_aggregate_size (lower bound for array is zero for Go). The GCC patch landed, so I have pushed this to elfutils git now. --===============2281790491662165310==--