diff options
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 5b8fa48..55733fb 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,3 +1,11 @@ +2004-02-17 Jim Blandy <jimb@redhat.com> + + * stabsread.c (read_type): If we find any type numbers that are + forward references, complain if the references aren't resolved by + the time we're finished reading. + (cleanup_undefined_types): Make error message more appropriate for + a complaint. + 2004-02-17 Elena Zannoni <ezannoni@redhat.com> * Makefile.in (defs_h): Remove dependency on progress_h. |