forked from Imagelibrary/binutils-gdb
* dwarf2read.c (set_cu_language): Set language to Ada for
DW_LANG_Ada83 and DW_LANG_Ada95.
This commit is contained in:
@@ -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>
|
2004-10-15 Michael Chastain <mec.gnu@mindspring.com>
|
||||||
|
|
||||||
From Andreas Schwab <schwab@suse.de>:
|
From Andreas Schwab <schwab@suse.de>:
|
||||||
|
|||||||
@@ -6094,6 +6094,8 @@ set_cu_language (unsigned int lang, struct dwarf2_cu *cu)
|
|||||||
break;
|
break;
|
||||||
case DW_LANG_Ada83:
|
case DW_LANG_Ada83:
|
||||||
case DW_LANG_Ada95:
|
case DW_LANG_Ada95:
|
||||||
|
cu->language = language_ada;
|
||||||
|
break;
|
||||||
case DW_LANG_Cobol74:
|
case DW_LANG_Cobol74:
|
||||||
case DW_LANG_Cobol85:
|
case DW_LANG_Cobol85:
|
||||||
case DW_LANG_Pascal83:
|
case DW_LANG_Pascal83:
|
||||||
|
|||||||
Reference in New Issue
Block a user