aboutsummaryrefslogtreecommitdiff
path: root/gdb/ChangeLog
diff options
context:
space:
mode:
authorJoel Brobecker <brobecker@gnat.com>2006-10-06 20:42:02 +0000
committerJoel Brobecker <brobecker@gnat.com>2006-10-06 20:42:02 +0000
commit714e295ef033e42b85d0f74fe523d3850e5e0fa4 (patch)
treed0d00cea92e396e1368347495e484c70abb1cdd6 /gdb/ChangeLog
parent12e14209f0834b6d3d9884a586b558c32eb2607c (diff)
downloadgdb-714e295ef033e42b85d0f74fe523d3850e5e0fa4.zip
gdb-714e295ef033e42b85d0f74fe523d3850e5e0fa4.tar.gz
gdb-714e295ef033e42b85d0f74fe523d3850e5e0fa4.tar.bz2
* dwarf2read.c (read_array_type): Set the type name if the name
attribute is present.
Diffstat (limited to 'gdb/ChangeLog')
-rw-r--r--gdb/ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog
index f5697bc..eba4f8e 100644
--- a/gdb/ChangeLog
+++ b/gdb/ChangeLog
@@ -1,3 +1,8 @@
+2006-10-06 Joel Brobecker <brobecker@adacore.com>
+
+ * dwarf2read.c (read_array_type): Set the type name if the name
+ attribute is present.
+
2006-10-05 Joel Brobecker <brobecker@adacore.com>
* blockframe.c (block_innermost_frame): Rewrite frame search logic.