summaryrefslogtreecommitdiff
path: root/bfd/cache.c
diff options
context:
space:
mode:
authorNick Clifton <nickc@redhat.com>2005-07-14 07:22:02 +0000
committerNick Clifton <nickc@redhat.com>2005-07-14 07:22:02 +0000
commit5328ade7ba8eb1c7ce35183f72abb181ace07d4b (patch)
tree9dd61a455346b37441e7414ee985531097e316da /bfd/cache.c
parent5220b2b8696c5b7c24d7013e6b2d3ae9eadd8247 (diff)
downloadbinutils-redhat-5328ade7ba8eb1c7ce35183f72abb181ace07d4b.tar.gz
(bfd_last_cache): Initialise to NULL.
Diffstat (limited to 'bfd/cache.c')
-rw-r--r--bfd/cache.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/bfd/cache.c b/bfd/cache.c
index 163fa2bb26..33850b68bb 100644
--- a/bfd/cache.c
+++ b/bfd/cache.c
@@ -177,7 +177,7 @@ DESCRIPTION
determine when it can avoid a function call.
*/
-bfd *bfd_last_cache;
+bfd *bfd_last_cache = NULL;
/*
INTERNAL_FUNCTION