projects
/
binutils-gdb.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
15ac1d4
)
(bfd_last_cache): Initialise to NULL.
author
Nick Clifton
<nickc@redhat.com>
Thu, 14 Jul 2005 07:22:02 +0000
(07:22 +0000)
committer
Nick Clifton
<nickc@redhat.com>
Thu, 14 Jul 2005 07:22:02 +0000
(07:22 +0000)
bfd/ChangeLog
patch
|
blob
|
history
bfd/cache.c
patch
|
blob
|
history
diff --git
a/bfd/ChangeLog
b/bfd/ChangeLog
index 65d1668082da1da6364cde9242aee77ca8a0c21b..8f61437ca1f4112ef071918ec5f7d418e57094ff 100644
(file)
--- a/
bfd/ChangeLog
+++ b/
bfd/ChangeLog
@@
-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>
diff --git
a/bfd/cache.c
b/bfd/cache.c
index 163fa2bb2666af88f3513cce9e6d9ebbfe884609..33850b68bb97315ca9663805e7a772dd67cae5e2 100644
(file)
--- 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