diff options
author | Jerome Guitton <guitton@adacore.com> | 2004-06-17 11:47:51 +0000 |
---|---|---|
committer | Jerome Guitton <guitton@adacore.com> | 2004-06-17 11:47:51 +0000 |
commit | 02d5a37b2d1262e7f7d877ba134350cadae67973 (patch) | |
tree | 205b91712ff52eb11310f26fcf9b6c67994cc935 /bfd/bfd-in.h | |
parent | d2bef492886e2d8828c191362b683a3391107991 (diff) | |
download | gdb-02d5a37b2d1262e7f7d877ba134350cadae67973.zip gdb-02d5a37b2d1262e7f7d877ba134350cadae67973.tar.gz 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-in.h')
-rw-r--r-- | bfd/bfd-in.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/bfd/bfd-in.h b/bfd/bfd-in.h index cbf7e93..5f98164 100644 --- a/bfd/bfd-in.h +++ b/bfd/bfd-in.h @@ -511,6 +511,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 **); |