diff options
author | Alan Modra <amodra@gmail.com> | 2005-10-27 04:06:35 +0000 |
---|---|---|
committer | Alan Modra <amodra@gmail.com> | 2005-10-27 04:06:35 +0000 |
commit | 182a009999e52ae9e397fa0a628b52027b232e3d (patch) | |
tree | 42c587e514740b05f8d590ab6a2f3d13e4b001ac /bfd/ChangeLog | |
parent | d00967c705a7d4139f55d8fbbd4dd5560eba9cd2 (diff) | |
download | gdb-182a009999e52ae9e397fa0a628b52027b232e3d.zip gdb-182a009999e52ae9e397fa0a628b52027b232e3d.tar.gz gdb-182a009999e52ae9e397fa0a628b52027b232e3d.tar.bz2 |
* bfdwin.c (bfd_get_file_window): Seek into file in place of
using bfd_cache_lookup.
Diffstat (limited to 'bfd/ChangeLog')
-rw-r--r-- | bfd/ChangeLog | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/bfd/ChangeLog b/bfd/ChangeLog index ca0a483..b3b6906 100644 --- a/bfd/ChangeLog +++ b/bfd/ChangeLog @@ -1,5 +1,8 @@ 2005-10-27 Alan Modra <amodra@bigpond.net.au> + * bfdwin.c (bfd_get_file_window): Seek into file in place of + using bfd_cache_lookup. + * cache.c (BFD_CACHE_MAX_OPEN): Make private to this file. (bfd_last_cache, bfd_cache_lookup, bfd_cache_lookup_worker): Likewise. * libbfd-in.h (bfd_cache_lookup_worker, bfd_last_cache): Delete. |