aboutsummaryrefslogtreecommitdiff
path: root/gdb/ChangeLog
diff options
context:
space:
mode:
authorJoel Brobecker <brobecker@gnat.com>2007-12-24 06:29:27 +0000
committerJoel Brobecker <brobecker@gnat.com>2007-12-24 06:29:27 +0000
commit7b9f71f2886b62bb3c0e2b5df7cbcf1ff70d77b5 (patch)
tree9d652fc333bd358f666cbf265c5521d4cca2759f /gdb/ChangeLog
parent5209009a1b5cd9e55c6289e4f958f771548e5dc8 (diff)
downloadgdb-7b9f71f2886b62bb3c0e2b5df7cbcf1ff70d77b5.zip
gdb-7b9f71f2886b62bb3c0e2b5df7cbcf1ff70d77b5.tar.gz
gdb-7b9f71f2886b62bb3c0e2b5df7cbcf1ff70d77b5.tar.bz2
* dwarf2read.c (read_base_type): Set code to TYPE_CODE_CHAR
for char and unsigned char types of Ada compilation units. * ada-lang.c (ada_is_character_type): Always return true if the type code is TYPE_CODE_CHAR.
Diffstat (limited to 'gdb/ChangeLog')
-rw-r--r--gdb/ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog
index ba70631..716c12b 100644
--- a/gdb/ChangeLog
+++ b/gdb/ChangeLog
@@ -1,3 +1,10 @@
+2007-12-24 Joel Brobecker <brobecker@adacore.com>
+
+ * dwarf2read.c (read_base_type): Set code to TYPE_CODE_CHAR
+ for char and unsigned char types of Ada compilation units.
+ * ada-lang.c (ada_is_character_type): Always return true if
+ the type code is TYPE_CODE_CHAR.
+
2007-12-23 Joel Brobecker <brobecker@adacore.com>
* infrun.c (handle_inferior_event): Remove code that made us