From 94c976475e70cce609c4bb9af418c0a29939ce05 Mon Sep 17 00:00:00 2001 From: William Woodruff Date: Thu, 18 Jul 2019 09:29:00 -0400 Subject: [PATCH] dwarf/descriptions: Remove DW_LANG_Upc (#234) The standard defines only DW_LANG_UPC, and this value also contained a typo. --- elftools/dwarf/descriptions.py | 1 - 1 file changed, 1 deletion(-) 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)', -- 2.30.2