aboutsummaryrefslogtreecommitdiff
path: root/bfd/bfd-in2.h
diff options
context:
space:
mode:
authorJerome Guitton <guitton@adacore.com>2004-06-17 11:47:51 +0000
committerJerome Guitton <guitton@adacore.com>2004-06-17 11:47:51 +0000
commit02d5a37b2d1262e7f7d877ba134350cadae67973 (patch)
tree205b91712ff52eb11310f26fcf9b6c67994cc935 /bfd/bfd-in2.h
parentd2bef492886e2d8828c191362b683a3391107991 (diff)
downloadfsf-binutils-gdb-02d5a37b2d1262e7f7d877ba134350cadae67973.zip
fsf-binutils-gdb-02d5a37b2d1262e7f7d877ba134350cadae67973.tar.gz
fsf-binutils-gdb-02d5a37b2d1262e7f7d877ba134350cadae67973.tar.bz2
* bfd-in.h (bfd_cache_close_all): New function declaration.
* bfd-in2.h: Regenerate. * cache.c (bfd_cache_close_all): New function definition.
Diffstat (limited to 'bfd/bfd-in2.h')
-rw-r--r--bfd/bfd-in2.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/bfd/bfd-in2.h b/bfd/bfd-in2.h
index 851fe47..87dd250 100644
--- a/bfd/bfd-in2.h
+++ b/bfd/bfd-in2.h
@@ -518,6 +518,8 @@ extern bfd_boolean bfd_cache_close
(bfd *abfd);
/* NB: This declaration should match the autogenerated one in libbfd.h. */
+extern bfd_boolean bfd_cache_close_all (void);
+
extern bfd_boolean bfd_record_phdr
(bfd *, unsigned long, bfd_boolean, flagword, bfd_boolean, bfd_vma,
bfd_boolean, bfd_boolean, unsigned int, struct bfd_section **);