From: William Woodruff Date: Thu, 18 Jul 2019 13:29:00 +0000 (-0400) Subject: dwarf/descriptions: Remove DW_LANG_Upc (#234) X-Git-Tag: v0.26~15 X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=94c976475e70cce609c4bb9af418c0a29939ce05;p=pyelftools.git dwarf/descriptions: Remove DW_LANG_Upc (#234) The standard defines only DW_LANG_UPC, and this value also contained a typo. --- diff --git a/elftools/dwarf/descriptions.py b/elftools/dwarf/descriptions.py index eb20333..0206578 100644 --- a/elftools/dwarf/descriptions.py +++ b/elftools/dwarf/descriptions.py @@ -314,7 +314,6 @@ _DESCR_DW_LANG = { DW_LANG_D: '(D)', DW_LANG_Python: '(Python)', DW_LANG_Mips_Assembler: '(MIPS assembler)', - DW_LANG_Upc: '(nified Parallel C)', DW_LANG_HP_Bliss: '(HP Bliss)', DW_LANG_HP_Basic91: '(HP Basic 91)', DW_LANG_HP_Pascal91: '(HP Pascal 91)',