mirror of
https://github.com/darlinghq/darling-gdb.git
synced 2024-11-28 14:30:48 +00:00
* dwarf2read.c (set_cu_language): Add handler for LANG_Ada95.
This does not change anything at the moment, but will be helpful later when full Ada support is integrated.
This commit is contained in:
parent
a0dfa6a805
commit
8aaf0b4716
@ -1,3 +1,9 @@
|
||||
2002-07-31 Joel Brobecker <brobecker@gnat.com>
|
||||
|
||||
* dwarf2read.c (set_cu_language): Add handler for LANG_Ada95.
|
||||
This does not change anything at the moment, but will be helpful
|
||||
later when full Ada support is integrated.
|
||||
|
||||
2002-07-31 Kevin Buettner <kevinb@redhat.com>
|
||||
|
||||
* mips-tdep.c (_initialize_mips_tdep): Add "n64" to "set mips abi"
|
||||
|
@ -4110,6 +4110,7 @@ set_cu_language (unsigned int lang)
|
||||
cu_language = language_java;
|
||||
break;
|
||||
case DW_LANG_Ada83:
|
||||
case DW_LANG_Ada95:
|
||||
case DW_LANG_Cobol74:
|
||||
case DW_LANG_Cobol85:
|
||||
case DW_LANG_Pascal83:
|
||||
|
Loading…
Reference in New Issue
Block a user