From d436a9b307e95f7500dd001f859c36d6cf244949 Mon Sep 17 00:00:00 2001 From: "Frank Ch. Eigler" Date: Wed, 25 Apr 2001 21:08:02 +0000 Subject: [PATCH] * externalize a function 2001-04-25 Frank Ch. Eigler * bfd-in.h (bfd_cache_close): Declare newly exported function. * bfd-in2.h: Regenerated. --- bfd/ChangeLog | 5 +++++ bfd/bfd-in.h | 3 +++ bfd/bfd-in2.h | 3 +++ 3 files changed, 11 insertions(+) diff --git a/bfd/ChangeLog b/bfd/ChangeLog index 040a2a6253..17ec1b6738 100644 --- a/bfd/ChangeLog +++ b/bfd/ChangeLog @@ -1,3 +1,8 @@ +2001-04-25 Frank Ch. Eigler + + * bfd-in.h (bfd_cache_close): Declare newly exported function. + * bfd-in2.h: Regenerated. + 2001-04-24 Jakub Jelinek * merge.c (struct sec_merge_hash_entry): Add alignment field. diff --git a/bfd/bfd-in.h b/bfd/bfd-in.h index 62ce58b919..bb79a15adf 100644 --- a/bfd/bfd-in.h +++ b/bfd/bfd-in.h @@ -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 **)); diff --git a/bfd/bfd-in2.h b/bfd/bfd-in2.h index e4711b39b2..230b24aefa 100644 --- a/bfd/bfd-in2.h +++ b/bfd/bfd-in2.h @@ -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 **));