[dwarf]: Add DW_LANG_UPC support in set_cu_language.
gdb/ChangeLog: * dwarf2read.c (set_cu_language): Add DW_LANG_UPC handling.
This commit is contained in:
parent
b8fea896fe
commit
d1be32476e
@ -1,3 +1,7 @@
|
||||
2013-05-16 Joel Brobecker <brobecker@adacore.com>
|
||||
|
||||
* dwarf2read.c (set_cu_language): Add DW_LANG_UPC handling.
|
||||
|
||||
2013-05-16 Joel Brobecker <brobecker@adacore.com>
|
||||
|
||||
* ada-lang.c (ada_make_symbol_completion_list): Make sure
|
||||
|
@ -14983,6 +14983,7 @@ set_cu_language (unsigned int lang, struct dwarf2_cu *cu)
|
||||
case DW_LANG_C89:
|
||||
case DW_LANG_C99:
|
||||
case DW_LANG_C:
|
||||
case DW_LANG_UPC:
|
||||
cu->language = language_c;
|
||||
break;
|
||||
case DW_LANG_C_plus_plus:
|
||||
|
Loading…
Reference in New Issue
Block a user