* dwarf2read.c (set_cu_language): Add handler for LANG_Ada95.
authorJoel Brobecker <brobecker@gnat.com>
Wed, 31 Jul 2002 22:35:48 +0000 (22:35 +0000)
committerJoel Brobecker <brobecker@gnat.com>
Wed, 31 Jul 2002 22:35:48 +0000 (22:35 +0000)
       This does not change anything at the moment, but will be helpful
       later when full Ada support is integrated.

gdb/ChangeLog
gdb/dwarf2read.c

index 9069475b75a3d38801947230d8007892a055aefb..772ec1823f8b11f0d5bf97c8ca8583f30798cab4 100644 (file)
@@ -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"
index 0cf1cb6f4b02aa55bd348591ee025020d4a6cc51..75ee279bf94abc05777a070f8eb9383d1592111b 100644 (file)
@@ -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:
This page took 0.033077 seconds and 4 git commands to generate.