diff options
author | Nick Clifton <nickc@redhat.com> | 2005-07-14 07:22:02 +0000 |
---|---|---|
committer | Nick Clifton <nickc@redhat.com> | 2005-07-14 07:22:02 +0000 |
commit | 1787c3409c5ec021c17f6e31b2f006f8afb34fb0 (patch) | |
tree | 98e88404ec5f63fc25adf43661aed4317b9e4e35 /bfd/cache.c | |
parent | 15ac1d4f68f6ee5be2df0e125b101759f27dfd12 (diff) | |
download | gdb-1787c3409c5ec021c17f6e31b2f006f8afb34fb0.zip gdb-1787c3409c5ec021c17f6e31b2f006f8afb34fb0.tar.gz gdb-1787c3409c5ec021c17f6e31b2f006f8afb34fb0.tar.bz2 |
(bfd_last_cache): Initialise to NULL.
Diffstat (limited to 'bfd/cache.c')
-rw-r--r-- | bfd/cache.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bfd/cache.c b/bfd/cache.c index 163fa2b..33850b6 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 |