From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 2119) id 4CD503858D39; Tue, 27 Sep 2022 03:52:40 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 4CD503858D39 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1664250760; bh=mNahuHeJMmGdrECTi28odFjr3YgeqwUOtpxGshmcVHk=; h=From:To:Subject:Date:From; b=TyD7DFd/3+hNVHxholT+gZA8YG5r8jqJtrpshE3kGdUgXEZLZUhyJXWrq1Omvl+VS eHA+TsVBMSloizftV0RHsZiNpPxHxB+Lp/pZfaxZr8wpB7VZbh37ftqGtPWYM5WEbR /hIbMWnscF9CcCQncd/lwr73/E2wdhGetNiELk2A= MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Content-Type: text/plain; charset="utf-8" From: Jeff Law To: gcc-cvs@gcc.gnu.org Subject: [gcc r13-2886] Updated constants from X-Act-Checkin: gcc X-Git-Author: Meghan Denny X-Git-Refname: refs/heads/master X-Git-Oldrev: 220c4d8e44971c87ad9070f1b3d29ab5fbe45dff X-Git-Newrev: 8be65640e12371571a88100864abd78733a7f7eb Message-Id: <20220927035240.4CD503858D39@sourceware.org> Date: Tue, 27 Sep 2022 03:52:40 +0000 (GMT) List-Id: https://gcc.gnu.org/g:8be65640e12371571a88100864abd78733a7f7eb commit r13-2886-g8be65640e12371571a88100864abd78733a7f7eb Author: Meghan Denny Date: Mon Sep 26 23:51:52 2022 -0400 Updated constants from include * dwarf2.h: Update with additional languages from dwarf standard. Diff: --- include/dwarf2.h | 10 ++++++++++ 1 file changed, 10 insertions(+) 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 = 0x0022, DW_LANG_Fortran08 = 0x0023, DW_LANG_RenderScript = 0x0024, + DW_LANG_BLISS = 0x0025, + DW_LANG_Kotlin = 0x0026, + DW_LANG_Zig = 0x0027, + DW_LANG_Crystal = 0x0028, + DW_LANG_C_plus_plus_17 = 0x002a, + DW_LANG_C_plus_plus_20 = 0x002b, + DW_LANG_C17 = 0x002c, + DW_LANG_Fortran18 = 0x002d, + DW_LANG_Ada2005 = 0x002e, + DW_LANG_Ada2012 = 0x002f, DW_LANG_lo_user = 0x8000, /* Implementation-defined range start. */ DW_LANG_hi_user = 0xffff, /* Implementation-defined range start. */