From 7b9f71f2886b62bb3c0e2b5df7cbcf1ff70d77b5 Mon Sep 17 00:00:00 2001 From: Joel Brobecker Date: Mon, 24 Dec 2007 06:29:27 +0000 Subject: * 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. --- gdb/ChangeLog | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'gdb/ChangeLog') 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 + + * 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 * infrun.c (handle_inferior_event): Remove code that made us -- cgit v1.1