diff options
author | Fred Fish <fnf@specifix.com> | 2001-12-09 23:17:07 +0000 |
---|---|---|
committer | Fred Fish <fnf@specifix.com> | 2001-12-09 23:17:07 +0000 |
commit | 2f038fcb08e51676d382e60acb6a9c1a985df635 (patch) | |
tree | 00d7c8a1bc1f2c4c73864e146c206413c4d1b5f6 /gdb/ChangeLog | |
parent | 6251c3aa9e401e7532f4e5e439326a5710ae90f7 (diff) | |
download | gdb-2f038fcb08e51676d382e60acb6a9c1a985df635.zip gdb-2f038fcb08e51676d382e60acb6a9c1a985df635.tar.gz gdb-2f038fcb08e51676d382e60acb6a9c1a985df635.tar.bz2 |
Approved by Elena Zannoni:
2001-12-08 Fred Fish <fnf@redhat.com>
* dwarf2read.c (read_typedef): Replace hand crafted type
initialization with a call to the init_type() function, which
is how the rest of gdb creates types.
Diffstat (limited to 'gdb/ChangeLog')
-rw-r--r-- | gdb/ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog index e96158f7..cfac5d1 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,3 +1,9 @@ +2001-12-08 Fred Fish <fnf@redhat.com> + + * dwarf2read.c (read_typedef): Replace hand crafted type + initialization with a call to the init_type() function, which + is how the rest of gdb creates types. + 2001-12-09 Fred Fish <fnf@redhat.com> * mdebugread.c (cross_ref): Pass TYPE_FLAG_STUB to init_type() |