diff options
author | Jim Kingdon <jkingdon@engr.sgi.com> | 1993-06-18 18:40:02 +0000 |
---|---|---|
committer | Jim Kingdon <jkingdon@engr.sgi.com> | 1993-06-18 18:40:02 +0000 |
commit | 41126f153d1650667ce380d53ef89f6a08c65a9e (patch) | |
tree | b31f59875cf71ffeb5137e4b7456d58f159674bb /bfd | |
parent | 6278bcbda749ff44579b7af515fbd02b4a26f1e6 (diff) | |
download | gdb-41126f153d1650667ce380d53ef89f6a08c65a9e.zip gdb-41126f153d1650667ce380d53ef89f6a08c65a9e.tar.gz gdb-41126f153d1650667ce380d53ef89f6a08c65a9e.tar.bz2 |
* cache.c (bfd_cache_init): Increment open_files and call close_one
if necessary.
(bfd_open_file): Don't increment open_files here.
Diffstat (limited to 'bfd')
-rw-r--r-- | bfd/ChangeLog | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/bfd/ChangeLog b/bfd/ChangeLog index fdd06f9..f64b3be 100644 --- a/bfd/ChangeLog +++ b/bfd/ChangeLog @@ -1,3 +1,9 @@ +Mon Jun 14 14:02:41 1993 Jim Kingdon (kingdon@cygnus.com) + + * cache.c (bfd_cache_init): Increment open_files and call close_one + if necessary. + (bfd_open_file): Don't increment open_files here. + Fri Jun 18 10:00:14 1993 Jim Kingdon (kingdon@lioth.cygnus.com) * config/delta88.mh: Don't set CC. @@ -4546,3 +4552,10 @@ Wed Jan 16 01:55:53 1991 John Gilmore (gnu at rtl) obsolete definitions. (_write_symbol_table): Initialize <idx> counter. (foop): Eliminate debugging code. + +Local Variables: +mode: indented-text +left-margin: 8 +fill-column: 74 +version-control: never +End: |