From 10a2c479a7ced4d97b179bdf6cb2a12891d57c62 Mon Sep 17 00:00:00 2001 From: Andrew Cagney Date: Fri, 28 Jan 2005 19:56:01 +0000 Subject: 2005-01-28 Andrew Cagney * ada-lang.c (value_from_contents_and_address) (to_record_with_fixed_variant_part) (value_tag_from_contents_and_address, ada_to_fixed_type) (to_fixed_variant_branch_type, to_fixed_record_type) (ada_template_to_fixed_record_type, cond_offset_host) (ada_template_to_fixed_record_type_1): Make buffer a const bfd_byte. * ada-lang.h (ada_template_to_fixed_record_type_1) (value_from_contents_and_address, ada_to_fixed_type): Ditto. --- gdb/ChangeLog | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'gdb/ChangeLog') diff --git a/gdb/ChangeLog b/gdb/ChangeLog index 21d18db..3675a79 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,5 +1,15 @@ 2005-01-28 Andrew Cagney + * ada-lang.c (value_from_contents_and_address) + (to_record_with_fixed_variant_part) + (value_tag_from_contents_and_address, ada_to_fixed_type) + (to_fixed_variant_branch_type, to_fixed_record_type) + (ada_template_to_fixed_record_type, cond_offset_host) + (ada_template_to_fixed_record_type_1): Make buffer a const + bfd_byte. + * ada-lang.h (ada_template_to_fixed_record_type_1) + (value_from_contents_and_address, ada_to_fixed_type): Ditto. + * ada-valprint.c (char_at, printstr): Make buffer a const bfd_byte. * gdbtypes.h (print_scalar_formatted): Make buffer a const bfd_byte. -- cgit v1.1