mirror of
https://github.com/bminor/binutils-gdb.git
synced 2025-12-26 09:08:59 +00:00
gdb/
* dwarf2read.c (set_cu_language): Recognize also DW_LANG_C99.
This commit is contained in:
@@ -6876,6 +6876,7 @@ set_cu_language (unsigned int lang, struct dwarf2_cu *cu)
|
||||
switch (lang)
|
||||
{
|
||||
case DW_LANG_C89:
|
||||
case DW_LANG_C99:
|
||||
case DW_LANG_C:
|
||||
cu->language = language_c;
|
||||
break;
|
||||
|
||||
Reference in New Issue
Block a user