aboutsummaryrefslogtreecommitdiff
path: root/gdb/ChangeLog
diff options
context:
space:
mode:
authorPer Bothner <per@bothner.com>1996-04-15 23:45:51 +0000
committerPer Bothner <per@bothner.com>1996-04-15 23:45:51 +0000
commit15b03b57830544a8eb22813325f738c9f55f2642 (patch)
tree2e4b0d61a4a9ae8e7552f645a164c963959c5158 /gdb/ChangeLog
parent5cf36a322a3a4999379a45c21d6dff6cd077ee22 (diff)
downloadgdb-15b03b57830544a8eb22813325f738c9f55f2642.zip
gdb-15b03b57830544a8eb22813325f738c9f55f2642.tar.gz
gdb-15b03b57830544a8eb22813325f738c9f55f2642.tar.bz2
* stabsread.c (read_type): Move handling of '@' from type
number handling to handling of types proper (as emitted by gcc!). For typedefs, allocate the typedef type before reading its definition, to properly handling recursive types. This fixes PR 9434.
Diffstat (limited to 'gdb/ChangeLog')
-rw-r--r--gdb/ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog
index bc32dee..4dda931 100644
--- a/gdb/ChangeLog
+++ b/gdb/ChangeLog
@@ -1,3 +1,10 @@
+Mon Apr 15 16:34:11 1996 Per Bothner <bothner@kalessin.cygnus.com>
+
+ * stabsread.c (read_type): Move handling of '@' from type
+ number handling to handling of types proper (as emitted by gcc!).
+ For typedefs, allocate the typedef type before reading its
+ definition, to properly handling recursive types.
+
Mon Apr 15 11:19:26 1996 Jeffrey A Law (law@cygnus.com)
* ch-exp.c (calculate_array_length): Fix prototype.