diff options
author | Fred Fish <fnf@specifix.com> | 1992-02-17 23:26:54 +0000 |
---|---|---|
committer | Fred Fish <fnf@specifix.com> | 1992-02-17 23:26:54 +0000 |
commit | 9e4c1921e564e417bc1ad9f76404161c59456ce2 (patch) | |
tree | 55ec102f19043808032bbd13ac2f6fe78574f6d8 /gdb/ChangeLog | |
parent | 1584d0697df73819981fac5cb57f8b0061c13ca0 (diff) | |
download | gdb-9e4c1921e564e417bc1ad9f76404161c59456ce2.zip gdb-9e4c1921e564e417bc1ad9f76404161c59456ce2.tar.gz gdb-9e4c1921e564e417bc1ad9f76404161c59456ce2.tar.bz2 |
Add code to handle TAG_pointer_type DIE's (DWARF Information Entries)
that are produced by the i486/SVR4 MetaWare compiler, but not by the
AT&T or GCC compilers.
Diffstat (limited to 'gdb/ChangeLog')
-rw-r--r-- | gdb/ChangeLog | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog index fe70698..ee80854 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,5 +1,8 @@ Mon Feb 17 07:13:27 1992 Fred Fish (fnf at cygnus.com) + * dwarfread.c (process_dies): Add case to handle TAG_pointer_type + DIE's. Add new function read_tag_pointer_type() to read them. + * dwarfread.c (dwarf_read_array_type, read_subroutine_type): When creating a new user defined type, check to see if a partial type already exists, and if so, bash it to fit. |