* externalize a function
authorFrank Ch. Eigler <fche@redhat.com>
Wed, 25 Apr 2001 21:08:02 +0000 (21:08 +0000)
committerFrank Ch. Eigler <fche@redhat.com>
Wed, 25 Apr 2001 21:08:02 +0000 (21:08 +0000)
2001-04-25  Frank Ch. Eigler  <fche@redhat.com>

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

bfd/ChangeLog
bfd/bfd-in.h
bfd/bfd-in2.h

index 040a2a6253a796ff9e803bc545e0c1c2128c57ea..17ec1b673836f15420911ba2f58c791e03bc6136 100644 (file)
@@ -1,3 +1,8 @@
+2001-04-25  Frank Ch. Eigler  <fche@redhat.com>
+
+       * bfd-in.h (bfd_cache_close): Declare newly exported function.
+       * bfd-in2.h: Regenerated.
+
 2001-04-24  Jakub Jelinek  <jakub@redhat.com>
 
        * merge.c (struct sec_merge_hash_entry): Add alignment field.
index 62ce58b919ede532941158e313a15cf7018b1ec4..bb79a15adfec9d2327e2c1242d6d87b744e95dd5 100644 (file)
@@ -514,6 +514,9 @@ extern int bfd_stat PARAMS ((bfd *abfd, struct stat *));
 
 #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 e4711b39b2148be0d4a9b325c20606bf246cf5e5..230b24aefadabdded014db226125b6b0383d32ac 100644 (file)
@@ -514,6 +514,9 @@ extern int bfd_stat PARAMS ((bfd *abfd, struct stat *));
 
 #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 **));
This page took 0.029768 seconds and 4 git commands to generate.