]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commitdiff
Recognize new DWARFv5 C11, C++11 and C++14 DW_LANG constants.
authorMark Wielaard <mjw@redhat.com>
Mon, 24 Nov 2014 19:51:06 +0000 (20:51 +0100)
committerAlan Modra <amodra@gmail.com>
Wed, 11 Feb 2015 12:36:35 +0000 (23:06 +1030)
include/ChangeLog

* dwarf2.h: Add DW_LANG_C_plus_plus_11, DW_LANG_C11 and
DW_LANG_C_plus_plus_14.

include/ChangeLog
include/dwarf2.h

index 43e06f77dd9ba261c04ac29525981d2b769fa7f9..72fbd8b35da5101e5dfb06973c8ba1290c27664a 100644 (file)
@@ -1,3 +1,10 @@
+2015-02-11  Alan Modra  <amodra@gmail.com>
+
+       Apply from master.
+       2014-11-24  Mark Wielaard  <mjw@redhat.com>
+       * dwarf2.h: Add DW_LANG_C_plus_plus_11, DW_LANG_C11 and
+       DW_LANG_C_plus_plus_14.
+
 2014-11-18  Igor Zamyatin  <igor.zamyatin@intel.com>
 
        * bfdlink.h (struct bfd_link_info): Add bndplt.
index 120e2c16b4820f823c75ab8b2aa7c00bab6291fa..ca440dd42b535ad9665afdc73a57f8da7be4e690 100644 (file)
@@ -309,6 +309,10 @@ enum dwarf_source_language
     /* DWARF 5.  */
     DW_LANG_Go = 0x0016,
 
+    DW_LANG_C_plus_plus_11 = 0x001a, /* dwarf5.20141029.pdf DRAFT */
+    DW_LANG_C11 = 0x001d,
+    DW_LANG_C_plus_plus_14 = 0x0021,
+
     DW_LANG_lo_user = 0x8000,  /* Implementation-defined range start.  */
     DW_LANG_hi_user = 0xffff,  /* Implementation-defined range start.  */