diff options
author | Joel Brobecker <brobecker@gnat.com> | 2007-01-08 03:14:19 +0000 |
---|---|---|
committer | Joel Brobecker <brobecker@gnat.com> | 2007-01-08 03:14:19 +0000 |
commit | 9bbc9174c0040f2add24585729daccf013e99203 (patch) | |
tree | d29be8306c4a279f66769c6c9ce83fff721da984 /gdb/ChangeLog | |
parent | cbeee26d75ad29689441f2320c5d0b2a60465bf4 (diff) | |
download | gdb-9bbc9174c0040f2add24585729daccf013e99203.zip gdb-9bbc9174c0040f2add24585729daccf013e99203.tar.gz gdb-9bbc9174c0040f2add24585729daccf013e99203.tar.bz2 |
* ada-lang.c: Add include of source.h.
(is_known_support_routine): Improve the check verifying that the file
associated to this frame exists.
* Makefile.in (ada-lang.o): Add dependency on source.h.
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 2fa60c1..03ec5e6 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,3 +1,10 @@ +2007-01-06 Joel Brobecker <brobecker@adacore.com> + + * ada-lang.c: Add include of source.h. + (is_known_support_routine): Improve the check verifying that the file + associated to this frame exists. + * Makefile.in (ada-lang.o): Add dependency on source.h. + 2007-01-07 Jim Blandy <jimb@codesourcery.com> * ax-general.c (ax_const_l): Select proper opcode for the given |