diff options
Diffstat (limited to 'gdb/dwarf2read.c')
-rw-r--r-- | gdb/dwarf2read.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/gdb/dwarf2read.c b/gdb/dwarf2read.c index 0790388..36cbbd9 100644 --- a/gdb/dwarf2read.c +++ b/gdb/dwarf2read.c @@ -16711,11 +16711,14 @@ set_cu_language (unsigned int lang, struct dwarf2_cu *cu) { case DW_LANG_C89: case DW_LANG_C99: + case DW_LANG_C11: case DW_LANG_C: case DW_LANG_UPC: cu->language = language_c; break; case DW_LANG_C_plus_plus: + case DW_LANG_C_plus_plus_11: + case DW_LANG_C_plus_plus_14: cu->language = language_cplus; break; case DW_LANG_D: |