(bfd_last_cache): Initialise to NULL.
authorNick Clifton <nickc@redhat.com>
Thu, 14 Jul 2005 07:22:02 +0000 (07:22 +0000)
committerNick Clifton <nickc@redhat.com>
Thu, 14 Jul 2005 07:22:02 +0000 (07:22 +0000)
bfd/ChangeLog
bfd/cache.c

index 65d1668..8f61437 100644 (file)
@@ -1,3 +1,7 @@
+2005-07-14  Paul Woegerer <paul.woegerer@nsc.com>
+
+       * cache.c (bfd_last_cache): Initialise to NULL.
+
 2005-07-14  Daniel Marques  <marques@cs.cornell.edu>
            Nick Clifton  <nickc@redhat.com>
 
index 163fa2b..33850b6 100644 (file)
@@ -177,7 +177,7 @@ DESCRIPTION
        determine when it can avoid a function call.
 */
 
-bfd *bfd_last_cache;
+bfd *bfd_last_cache = NULL;
 
 /*
   INTERNAL_FUNCTION