* externalize a function
2001-04-25 Frank Ch. Eigler <fche@redhat.com> * bfd-in.h (bfd_cache_close): Declare newly exported function. * bfd-in2.h: Regenerated.
This commit is contained in:
parent
5a0a214415
commit
d436a9b307
3 changed files with 11 additions and 0 deletions
|
@ -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>
|
2001-04-24 Jakub Jelinek <jakub@redhat.com>
|
||||||
|
|
||||||
* merge.c (struct sec_merge_hash_entry): Add alignment field.
|
* merge.c (struct sec_merge_hash_entry): Add alignment field.
|
||||||
|
|
|
@ -514,6 +514,9 @@ extern int bfd_stat PARAMS ((bfd *abfd, struct stat *));
|
||||||
|
|
||||||
#define bfd_set_cacheable(abfd,bool) (((abfd)->cacheable = (boolean) (bool)), true)
|
#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
|
extern boolean bfd_record_phdr
|
||||||
PARAMS ((bfd *, unsigned long, boolean, flagword, boolean, bfd_vma,
|
PARAMS ((bfd *, unsigned long, boolean, flagword, boolean, bfd_vma,
|
||||||
boolean, boolean, unsigned int, struct sec **));
|
boolean, boolean, unsigned int, struct sec **));
|
||||||
|
|
|
@ -514,6 +514,9 @@ extern int bfd_stat PARAMS ((bfd *abfd, struct stat *));
|
||||||
|
|
||||||
#define bfd_set_cacheable(abfd,bool) (((abfd)->cacheable = (boolean) (bool)), true)
|
#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
|
extern boolean bfd_record_phdr
|
||||||
PARAMS ((bfd *, unsigned long, boolean, flagword, boolean, bfd_vma,
|
PARAMS ((bfd *, unsigned long, boolean, flagword, boolean, bfd_vma,
|
||||||
boolean, boolean, unsigned int, struct sec **));
|
boolean, boolean, unsigned int, struct sec **));
|
||||||
|
|
Loading…
Reference in a new issue