(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 65d1668082da1da6364cde9242aee77ca8a0c21b..8f61437ca1f4112ef071918ec5f7d418e57094ff 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 163fa2bb2666af88f3513cce9e6d9ebbfe884609..33850b68bb97315ca9663805e7a772dd67cae5e2 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