daily update
[deliverable/binutils-gdb.git] / bfd / cache.c
index 163fa2bb2666af88f3513cce9e6d9ebbfe884609..e2524fbf15f06cca89031a6f972266bee5cb3f74 100644 (file)
@@ -36,6 +36,8 @@ SECTION
        close, closes it and opens the one wanted, returning its file
        handle.
 
+SUBSECTION
+       Caching functions
 */
 
 #include "bfd.h"
@@ -177,7 +179,7 @@ DESCRIPTION
        determine when it can avoid a function call.
 */
 
-bfd *bfd_last_cache;
+bfd *bfd_last_cache = NULL;
 
 /*
   INTERNAL_FUNCTION
This page took 0.023047 seconds and 4 git commands to generate.