public inbox for gcc-patches@gcc.gnu.org
 help / color / mirror / Atom feed
* [PATCH] dwarf2.h (enum dwarf_source_language): Add new DWARF5 language codes.
@ 2022-07-12 16:43 Meghan Denny
  2022-09-27  3:53 ` Jeff Law
  0 siblings, 1 reply; 2+ messages in thread
From: Meghan Denny @ 2022-07-12 16:43 UTC (permalink / raw)
  To: gcc-patches

Updated constants from <https://dwarfstd.org/Languages.php>


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. */



^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: [PATCH] dwarf2.h (enum dwarf_source_language): Add new DWARF5 language codes.
  2022-07-12 16:43 [PATCH] dwarf2.h (enum dwarf_source_language): Add new DWARF5 language codes Meghan Denny
@ 2022-09-27  3:53 ` Jeff Law
  0 siblings, 0 replies; 2+ messages in thread
From: Jeff Law @ 2022-09-27  3:53 UTC (permalink / raw)
  To: gcc-patches


On 7/12/22 10:43, Meghan Denny wrote:
> Updated constants from <https://dwarfstd.org/Languages.php>
>
>
> diff --git a/include/dwarf2.h b/include/dwarf2.h
> index 40aa5a54f01..87bf764a4fb 100644
> --- a/include/dwarf2.h
> +++ b/include/dwarf2.h

[ ... ]

I fixed the formatting on the patch and pushed it to the trunk.


Thanks, and sorry for the long delay.


jeff



^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2022-09-27  3:53 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-07-12 16:43 [PATCH] dwarf2.h (enum dwarf_source_language): Add new DWARF5 language codes Meghan Denny
2022-09-27  3:53 ` Jeff Law

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).