From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mailrelay4-3.pub.mailoutpod1-cph3.one.com (mailrelay4-3.pub.mailoutpod1-cph3.one.com [46.30.212.13]) by sourceware.org (Postfix) with ESMTPS id BF4703858C50 for ; Tue, 12 Jul 2022 16:43:41 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.1 sourceware.org BF4703858C50 Authentication-Results: sourceware.org; dmarc=none (p=none dis=none) header.from=nektro.net Authentication-Results: sourceware.org; spf=none smtp.mailfrom=nektro.net DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=nektro.net; s=rsa1; h=content-type:subject:reply-to:from:to:message-id:mime-version:date:from; bh=J1RIU6vM0H1SAWUIfN9zSZaLLRq+lGtVsFr8wJL2KIA=; b=dp+UHgfRXhnFVjdNCvox0l3cFmtmhnku10KEBIl0ieFC0bi/020wK7TDkaQ1KYaG52cArIMMPBl4Q wBVTvc4WzXWso/nIt7pitiOUSyZpCNsEt7FMXmmZUqQTuHusndUU3qcoICU77PbvF48cAIU48Av9aU GEXoJAy8Fcc1V1n76dgjJ20cVDy1Ca2YUsJO8V76nkcKXUzDVJ5bwyCgOSFxlL4SpdI/oBWhvJCaE5 HhpTwQhtxIFG+JPAyMmuAqE4vsFJ4Vyjh+EsPvdLUwXVc6GXyNhZSXHezaxqkxk+QYgkgBILxk/7rq UnYbbHyhUHLcdMTFV7NiMCeqk+dAm1Q== DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=nektro.net; s=ed1; h=content-type:subject:reply-to:from:to:message-id:mime-version:date:from; bh=J1RIU6vM0H1SAWUIfN9zSZaLLRq+lGtVsFr8wJL2KIA=; b=lXlNp9gMgv629cldogZVSy+tFpRNWA0V6d6zwNJJ/ikSZrjDQsl0inw0fH63DqiyAfVTDZvrhtsfe zISLsRVBQ== X-HalOne-Cookie: e6672f9b999a81059bcb1b0bde922ae5b98fbe12 X-HalOne-ID: c85eae17-0201-11ed-823e-d0431ea8bb10 Received: from onecom-webmail-backend-production-64c4b68f85-2knc4 (service.pub.live1-k8s-cph3.one.com [46.30.212.67]) by mailrelay4.pub.mailoutpod1-cph3.one.com (Halon) with ESMTPSA id c85eae17-0201-11ed-823e-d0431ea8bb10; Tue, 12 Jul 2022 16:43:39 +0000 (UTC) X-Originating-IP: 75.164.198.178 User-Agent: One.com webmail 43.0.25 Date: Tue, 12 Jul 2022 09:43:39 -0700 MIME-Version: 1.0 Message-ID: <1657644219136.6.51836@webmail-backend-production-64c4b68f85-8gmrr> To: From: "Meghan Denny" Reply-To: Subject: [PATCH] dwarf2.h (enum dwarf_source_language): Add new DWARF5 language codes. X-Spam-Status: No, score=-11.4 required=5.0 tests=BAYES_50, DKIM_SIGNED, DKIM_VALID, DKIM_VALID_AU, DKIM_VALID_EF, GIT_PATCH_0, HTML_MESSAGE, MIME_QP_LONG_LINE, RCVD_IN_DNSWL_NONE, SPF_HELO_PASS, SPF_NONE, T_SCC_BODY_TEXT_LINE autolearn=ham autolearn_force=no version=3.4.6 X-Spam-Checker-Version: SpamAssassin 3.4.6 (2021-04-09) on server2.sourceware.org Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable X-Content-Filtered-By: Mailman/MimeDel 2.1.29 X-BeenThere: gcc-patches@gcc.gnu.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Gcc-patches mailing list List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 12 Jul 2022 16:43:44 -0000 Updated constants from diff --git a/include/dwarf2.h b/include/dwarf2.h index 40aa5a54f01..87bf764a4fb 100644 --- a/include/dwarf2.h +++ b/include/dwarf2.h @@ -373,6 +373,16 @@ enum dwarf_source_language DW_LANG_Fortran03 =3D 0x0022, DW_LANG_Fortran08 =3D 0x0023, DW_LANG_RenderScript =3D 0x0024, + DW_LANG_BLISS =3D 0x0025, + DW_LANG_Kotlin =3D 0x0026, + DW_LANG_Zig =3D 0x0027, + DW_LANG_Crystal =3D 0x0028, + DW_LANG_C_plus_plus_17 =3D 0x002a, + DW_LANG_C_plus_plus_20 =3D 0x002b, + DW_LANG_C17 =3D 0x002c, + DW_LANG_Fortran18 =3D 0x002d, + DW_LANG_Ada2005 =3D 0x002e, + DW_LANG_Ada2012 =3D 0x002f, DW_LANG_lo_user =3D 0x8000, /* Implementation-defined range start. */DW_LAN= G_hi_user =3D 0xffff, /* Implementation-defined range start. */