diff options
author | Jim Blandy <jimb@codesourcery.com> | 2002-11-07 20:43:22 +0000 |
---|---|---|
committer | Jim Blandy <jimb@codesourcery.com> | 2002-11-07 20:43:22 +0000 |
commit | 568f87394bc2b35d5c4aeedc023fcaeb56138856 (patch) | |
tree | 6f3f332913d30339c9c73385913372dc6537d60c /gdb/ChangeLog | |
parent | b0718b7bcb40571e389ef91d3958fd3e06507bc3 (diff) | |
download | gdb-568f87394bc2b35d5c4aeedc023fcaeb56138856.zip gdb-568f87394bc2b35d5c4aeedc023fcaeb56138856.tar.gz gdb-568f87394bc2b35d5c4aeedc023fcaeb56138856.tar.bz2 |
* macroscope.c: #include "complaints.h".
(sal_macro_scope): Cope with filenames that appear in the symtabs,
but not in the macro table.
* Makefile.in (macroscope.o): Record dependency.
Diffstat (limited to 'gdb/ChangeLog')
-rw-r--r-- | gdb/ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog index 1b36ba8..e4def3b 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,3 +1,10 @@ +2002-11-07 Jim Blandy <jimb@redhat.com> + + * macroscope.c: #include "complaints.h". + (sal_macro_scope): Cope with filenames that appear in the symtabs, + but not in the macro table. + * Makefile.in (macroscope.o): Record dependency. + 2002-11-07 Joel Brobecker <brobecker@gnat.com> * PROBLEMS: Document gdb/816 (unable to read core file on alpha-osf). |