daily update
[deliverable/binutils-gdb.git] / bfd / cache.c
index 1146b5b22ddd7ace108a125e076af108fb6273af..e2524fbf15f06cca89031a6f972266bee5cb3f74 100644 (file)
@@ -19,7 +19,7 @@ GNU General Public License for more details.
 
 You should have received a copy of the GNU General Public License
 along with this program; if not, write to the Free Software
-Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.  */
+Foundation, Inc., 51 Franklin Street - Fifth Floor, Boston, MA 02110-1301, USA.  */
 
 /*
 SECTION
@@ -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.02353 seconds and 4 git commands to generate.