diff options
author | Fred Fish <fnf@specifix.com> | 1993-02-23 19:30:22 +0000 |
---|---|---|
committer | Fred Fish <fnf@specifix.com> | 1993-02-23 19:30:22 +0000 |
commit | b6236d6ec4f9d7f02e363da16f24c4f1e5a58fea (patch) | |
tree | b279dfd69da6764416c85903610c7756b83270ed /gdb/ChangeLog | |
parent | ba7f177aeb38d378795851fec10745697cd7fd29 (diff) | |
download | gdb-b6236d6ec4f9d7f02e363da16f24c4f1e5a58fea.zip gdb-b6236d6ec4f9d7f02e363da16f24c4f1e5a58fea.tar.gz gdb-b6236d6ec4f9d7f02e363da16f24c4f1e5a58fea.tar.bz2 |
* ch-lang.c (chill_create_fundamental_type): Track compiler
change that now emits debugging info with the type long for Chill
longs.
* dwarfread.c (read_tag_string_type): Rewrite to allow forward
references of TAG_string_type DIEs in user defined types.
Diffstat (limited to 'gdb/ChangeLog')
-rw-r--r-- | gdb/ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog index 3cb822a..734394b 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,3 +1,11 @@ +Tue Feb 23 11:21:33 1993 Fred Fish (fnf@cygnus.com) + + * ch-lang.c (chill_create_fundamental_type): Track compiler + change that now emits debugging info with the type long for Chill + longs. + * dwarfread.c (read_tag_string_type): Rewrite to allow forward + references of TAG_string_type DIEs in user defined types. + Mon Feb 22 15:21:54 1993 Ian Lance Taylor (ian@cygnus.com) * remote-mips.c: New file; implements MIPS remote debugging |