diff options
author | Jerome Guitton <guitton@adacore.com> | 2004-07-30 12:05:45 +0000 |
---|---|---|
committer | Jerome Guitton <guitton@adacore.com> | 2004-07-30 12:05:45 +0000 |
commit | ce7d45220e4ed342d4a77fcd2f312e85e1100971 (patch) | |
tree | 2bb07bfeb7b645aa260bb0c3c06d296062758810 /gdb/ChangeLog | |
parent | 7946e94a55158e8100d029a5ee9825f35e82e422 (diff) | |
download | gdb-ce7d45220e4ed342d4a77fcd2f312e85e1100971.zip gdb-ce7d45220e4ed342d4a77fcd2f312e85e1100971.tar.gz gdb-ce7d45220e4ed342d4a77fcd2f312e85e1100971.tar.bz2 |
* inflow.c (kill_command): release file handles in BFD.
* exec.c (exec_file_attach): Ditto.
* symfile.c (symbol_file_add_with_addrs_or_offsets): Ditto.
Diffstat (limited to 'gdb/ChangeLog')
-rw-r--r-- | gdb/ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog index fccfa68..5c8cb93 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,3 +1,9 @@ +2004-07-30 Jerome Guitton <guitton@gnat.com> + + * inflow.c (kill_command): release file handles in BFD. + * exec.c (exec_file_attach): Ditto. + * symfile.c (symbol_file_add_with_addrs_or_offsets): Ditto. + 2004-07-29 Andrew Cagney <cagney@gnu.org> * PROBLEMS (mips-irix): Note that it is broken. |