summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoel Brobecker <brobecker@gnat.com>2002-07-31 22:35:48 +0000
committerJoel Brobecker <brobecker@gnat.com>2002-07-31 22:35:48 +0000
commit331dd26ad59c89ca7b5f2f945e53a06ad55d8a33 (patch)
treec452267804f0fa68b2c126a602793e6167d821ae
parent52241996511dabc3adf358e6745532c853a17559 (diff)
downloadgdb-331dd26ad59c89ca7b5f2f945e53a06ad55d8a33.tar.gz
* 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.
-rw-r--r--gdb/ChangeLog6
-rw-r--r--gdb/dwarf2read.c1
2 files changed, 7 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog
index 9069475b75a..772ec1823f8 100644
--- a/gdb/ChangeLog
+++ b/gdb/ChangeLog
@@ -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"
diff --git a/gdb/dwarf2read.c b/gdb/dwarf2read.c
index 0cf1cb6f4b0..75ee279bf94 100644
--- a/gdb/dwarf2read.c
+++ b/gdb/dwarf2read.c
@@ -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: