RFA patch Re: bfd cache control

Frank Ch. Eigler fche@redhat.com
Wed Apr 25 13:14:00 GMT 2001


Hi -

Here is the patch; may I commit?


2001-04-25  Frank Ch. Eigler  <fche@redhat.com>

	* bfd-in.h (bfd_cache_close): Declare newly exported function.
	* bfd-in2.h: Regenerated.


Index: bfd-in.h
===================================================================
RCS file: /cvs/src/src/bfd/bfd-in.h,v
retrieving revision 1.25
diff -u -r1.25 bfd-in.h
--- bfd-in.h	2001/03/08 21:03:57	1.25
+++ bfd-in.h	2001/04/25 20:13:07
@@ -514,6 +514,9 @@
 
 #define bfd_set_cacheable(abfd,bool) (((abfd)->cacheable = (boolean) (bool)), true)
 
+extern boolean bfd_cache_close PARAMS ((bfd *abfd));
+/* NB: This declaration should match the autogenerated one in libbfd.h.  */
+
 extern boolean bfd_record_phdr
   PARAMS ((bfd *, unsigned long, boolean, flagword, boolean, bfd_vma,
 	   boolean, boolean, unsigned int, struct sec **));
Index: bfd-in2.h
===================================================================
RCS file: /cvs/src/src/bfd/bfd-in2.h,v
retrieving revision 1.93
diff -u -r1.93 bfd-in2.h
--- bfd-in2.h	2001/04/24 15:08:13	1.93
+++ bfd-in2.h	2001/04/25 20:13:07
@@ -514,6 +514,9 @@
 
 #define bfd_set_cacheable(abfd,bool) (((abfd)->cacheable = (boolean) (bool)), true)
 
+extern boolean bfd_cache_close PARAMS ((bfd *abfd));
+/* NB: This declaration should match the autogenerated one in libbfd.h.  */
+
 extern boolean bfd_record_phdr
   PARAMS ((bfd *, unsigned long, boolean, flagword, boolean, bfd_vma,
 	   boolean, boolean, unsigned int, struct sec **));
-- 
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.0.4 (GNU/Linux)
Comment: For info see http://www.gnupg.org

iD8DBQE65zATVZbdDOm/ZT0RAs6oAJ9K036RW7cn2MrwUzipUyH/o7h37gCeKnPf
FT7VGnfQ4HOcCBQeZ6OMkTU=
=9tJl
-----END PGP SIGNATURE-----


More information about the Binutils mailing list