[RFA] bfd_cache_close_all

Jerome Guitton guitton@act-europe.fr
Thu Jun 17 11:58:00 GMT 2004


Oh wait, there is no return statement... I've checked in the following,
as obvious. Do I need to add a changelog entry?

2004-06-17  Jerome Guitton  <guitton@gnat.com>

	* cache.c (bfd_cache_close_all): Add missing return statement.

-- 
Jerome
-------------- next part --------------
Index: cache.c
===================================================================
RCS file: /cvs/src/src/bfd/cache.c,v
retrieving revision 1.15
diff -u -p -r1.15 cache.c
--- cache.c	17 Jun 2004 11:47:18 -0000	1.15
+++ cache.c	17 Jun 2004 11:53:58 -0000
@@ -366,6 +366,8 @@ bfd_cache_close_all ()
 
   while (bfd_last_cache != NULL)
     ret &= bfd_cache_close (bfd_last_cache);
+
+  return ret;
 }
 
 /*


More information about the Gdb-patches mailing list