aboutsummaryrefslogtreecommitdiff
path: root/gdb/ChangeLog
diff options
context:
space:
mode:
authorJoel Brobecker <brobecker@gnat.com>2008-01-04 20:45:05 +0000
committerJoel Brobecker <brobecker@gnat.com>2008-01-04 20:45:05 +0000
commit727e3d2e5ca581e75f2d8707c28c5cbd7ee34bb0 (patch)
treead508980930ee4377049060846486a8520f65205 /gdb/ChangeLog
parentecc7085baf3e1b677cbcaa84989cd3a48f13542d (diff)
downloadgdb-727e3d2e5ca581e75f2d8707c28c5cbd7ee34bb0.zip
gdb-727e3d2e5ca581e75f2d8707c28c5cbd7ee34bb0.tar.gz
gdb-727e3d2e5ca581e75f2d8707c28c5cbd7ee34bb0.tar.bz2
* ada-lang.c (decode_packed_array_type): Avoid a seg fault
when the type is an anonymous pointer type. (ada_check_typedef): Avoid a seg fault when the type is null. * ada-typeprint.c (print_array_type): Add support for pointer to packed arrays.
Diffstat (limited to 'gdb/ChangeLog')
-rw-r--r--gdb/ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog
index ccc112f..699a553 100644
--- a/gdb/ChangeLog
+++ b/gdb/ChangeLog
@@ -1,3 +1,11 @@
+2008-01-04 Jerome Guitton <guitton@adacore.com>
+
+ * ada-lang.c (decode_packed_array_type): Avoid a seg fault
+ when the type is an anonymous pointer type.
+ (ada_check_typedef): Avoid a seg fault when the type is null.
+ * ada-typeprint.c (print_array_type): Add support for pointer
+ to packed arrays.
+
2008-01-04 Paul N. Hilfinger <hilfinger@adacore.com>
* ada-exp.y: Allow '{type} ADDRESS' notation on left of assignment.