forked from Imagelibrary/binutils-gdb
* 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. * libbfd.h: Regenerate.
This commit is contained in:
@@ -652,11 +652,6 @@ extern void _bfd_abort
|
||||
extern file_ptr real_ftell (FILE *file);
|
||||
extern int real_fseek (FILE *file, file_ptr offset, int whence);
|
||||
|
||||
FILE * bfd_cache_lookup_worker
|
||||
(bfd *);
|
||||
|
||||
extern bfd *bfd_last_cache;
|
||||
|
||||
/* List of supported target vectors, and the default vector (if
|
||||
bfd_default_vector[0] is NULL, there is no default). */
|
||||
extern const bfd_target * const *bfd_target_vector;
|
||||
|
||||
Reference in New Issue
Block a user