]> git.ipfire.org Git - thirdparty/elfutils.git/commitdiff
libdw: Add DW_LANG_Haskell.
authorMark Wielaard <mjw@redhat.com>
Tue, 25 Aug 2015 13:11:01 +0000 (15:11 +0200)
committerMark Wielaard <mjw@redhat.com>
Tue, 25 Aug 2015 13:13:04 +0000 (15:13 +0200)
See http://www.dwarfstd.org/ShowIssue.php?issue=120218.1
GHC emits this language code (0x18).

Also updated https://fedorahosted.org/elfutils/wiki/DwarfExtensions

Signed-off-by: Mark Wielaard <mjw@redhat.com>
libdw/ChangeLog
libdw/dwarf.h

index 753bcae72d5d458bf6fb3aa0c24acb1838d23187..315ad70bbfb4d069e77ca083d7781e7c8fcb1369 100644 (file)
@@ -1,3 +1,7 @@
+2015-08-25  Mark Wielaard  <mjw@redhat.com>
+
+       * dwarf.h: Add DW_LANG_Haskell.
+
 2015-06-18  Mark Wielaard  <mjw@redhat.com>
 
        * dwarf_begin_elf.c (dwarf_begin_elf): Assert page size is big enough
index 5b88c8f4cf6cdcd6ec6c266b6937c10859cc71b6..b5c58d7f071c86a7b7d47d4d0babbe3ee3baf58d 100644 (file)
@@ -589,6 +589,7 @@ enum
     DW_LANG_D = 0x0013,                     /* D */
     DW_LANG_Python = 0x0014,        /* Python */
     DW_LANG_Go = 0x0016,            /* Go */
+    DW_LANG_Haskell = 0x0018,       /* Haskell */
     DW_LANG_C_plus_plus_11 = 0x001a, /* ISO C++:2011 */
     DW_LANG_C11 = 0x001d,           /* ISO C:2011 */
     DW_LANG_C_plus_plus_14 = 0x0021, /* ISO C++:2014 */