aboutsummaryrefslogtreecommitdiff
path: root/gdb/ChangeLog
diff options
context:
space:
mode:
authorJoel Brobecker <brobecker@gnat.com>2005-10-10 01:05:32 +0000
committerJoel Brobecker <brobecker@gnat.com>2005-10-10 01:05:32 +0000
commitfd1b946ec5e5c17bf7554d7d0edc9ac37f8dc72e (patch)
tree9e7679e5d6070a538b7bf97114ce1764b3687fdb /gdb/ChangeLog
parent168de233a78e1a72a4415c3618dba3ff2428f850 (diff)
downloadbinutils-fd1b946ec5e5c17bf7554d7d0edc9ac37f8dc72e.zip
binutils-fd1b946ec5e5c17bf7554d7d0edc9ac37f8dc72e.tar.gz
binutils-fd1b946ec5e5c17bf7554d7d0edc9ac37f8dc72e.tar.bz2
* ada-valprint.c (print_optional_low_bound): Handle properly
cases where the array index type is a TYPE_CODE_RANGE.
Diffstat (limited to 'gdb/ChangeLog')
-rw-r--r--gdb/ChangeLog7
1 files changed, 6 insertions, 1 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog
index c0f89fd..666fd79 100644
--- a/gdb/ChangeLog
+++ b/gdb/ChangeLog
@@ -1,4 +1,9 @@
-2005-10-05 Joel Brobecker <brobecker@adacore.com>
+2005-10-09 Joel Brobecker <brobecker@adacore.com>
+
+ * ada-valprint.c (print_optional_low_bound): Handle properly
+ cases where the array index type is a TYPE_CODE_RANGE.
+
+2005-10-09 Joel Brobecker <brobecker@adacore.com>
* valprint.c (val_print_array_elements): Check array size before
computing its low bound. If zero, then use a default bound of zero.