mirror of
https://github.com/darlinghq/darling-gdb.git
synced 2024-11-24 20:49:43 +00:00
* dwarf2read.c (set_cu_language): Set language to Ada for
DW_LANG_Ada83 and DW_LANG_Ada95.
This commit is contained in:
parent
a872aebf0a
commit
bc5f45f8ff
@ -1,3 +1,8 @@
|
||||
2004-10-15 Joel Brobecker <brobecker@gnat.com>
|
||||
|
||||
* dwarf2read.c (set_cu_language): Set language to Ada for
|
||||
DW_LANG_Ada83 and DW_LANG_Ada95.
|
||||
|
||||
2004-10-15 Michael Chastain <mec.gnu@mindspring.com>
|
||||
|
||||
From Andreas Schwab <schwab@suse.de>:
|
||||
|
@ -6094,6 +6094,8 @@ set_cu_language (unsigned int lang, struct dwarf2_cu *cu)
|
||||
break;
|
||||
case DW_LANG_Ada83:
|
||||
case DW_LANG_Ada95:
|
||||
cu->language = language_ada;
|
||||
break;
|
||||
case DW_LANG_Cobol74:
|
||||
case DW_LANG_Cobol85:
|
||||
case DW_LANG_Pascal83:
|
||||
|
Loading…
Reference in New Issue
Block a user