diff options
author | Alan Modra <amodra@gmail.com> | 2012-10-21 09:06:07 +0000 |
---|---|---|
committer | Alan Modra <amodra@gmail.com> | 2012-10-21 09:06:07 +0000 |
commit | 8a72cc6e7e9e329b50b18cdc62b281ee1a5473f1 (patch) | |
tree | 69a86b195310afc299537c9f0f8ec5b576705893 /bfd/bfd-in2.h | |
parent | 1e9d6fc2630d2b72281d58c3fb0807799513f3ff (diff) | |
download | gdb-8a72cc6e7e9e329b50b18cdc62b281ee1a5473f1.zip gdb-8a72cc6e7e9e329b50b18cdc62b281ee1a5473f1.tar.gz gdb-8a72cc6e7e9e329b50b18cdc62b281ee1a5473f1.tar.bz2 |
bfd/
* compress.c (bfd_cache_section_contents): New function.
* bfd-in2.h: Regenerate.
binutils/
* objdump.c (load_specific_debug_section): Use
bfd_cache_section_contents.
Diffstat (limited to 'bfd/bfd-in2.h')
-rw-r--r-- | bfd/bfd-in2.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/bfd/bfd-in2.h b/bfd/bfd-in2.h index c37c005..919f51a 100644 --- a/bfd/bfd-in2.h +++ b/bfd/bfd-in2.h @@ -6709,6 +6709,9 @@ bfd_boolean bfd_compress_section_contents bfd_boolean bfd_get_full_section_contents (bfd *abfd, asection *section, bfd_byte **ptr); +void bfd_cache_section_contents + (asection *sec, void *contents); + bfd_boolean bfd_is_section_compressed (bfd *abfd, asection *section); |