diff options
author | H.J. Lu <hjl.tools@gmail.com> | 2015-03-18 11:20:06 -0700 |
---|---|---|
committer | H.J. Lu <hjl.tools@gmail.com> | 2015-03-18 11:20:06 -0700 |
commit | 0b0732e13a9a40c9e894cc6aed1e899cff81251e (patch) | |
tree | 6f63afb06702037249c5b101771ccbc68b9696c4 /bfd/bfd-in2.h | |
parent | d94077e27d279c4ff0ee26bad786f89c350e2aea (diff) | |
download | gdb-0b0732e13a9a40c9e894cc6aed1e899cff81251e.zip gdb-0b0732e13a9a40c9e894cc6aed1e899cff81251e.tar.gz gdb-0b0732e13a9a40c9e894cc6aed1e899cff81251e.tar.bz2 |
Make bfd_compress_section_contents static
* compress.c (bfd_compress_section_contents): Make it static.
* bfd/bfd-in2.h: Regenerated.
Diffstat (limited to 'bfd/bfd-in2.h')
-rw-r--r-- | bfd/bfd-in2.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/bfd/bfd-in2.h b/bfd/bfd-in2.h index 2d2e7ac..e170dd9 100644 --- a/bfd/bfd-in2.h +++ b/bfd/bfd-in2.h @@ -7283,10 +7283,6 @@ bfd_byte *bfd_simple_get_relocated_section_contents (bfd *abfd, asection *sec, bfd_byte *outbuf, asymbol **symbol_table); /* Extracted from compress.c. */ -bfd_boolean bfd_compress_section_contents - (bfd *abfd, asection *section, bfd_byte *uncompressed_buffer, - bfd_size_type uncompressed_size); - bfd_boolean bfd_get_full_section_contents (bfd *abfd, asection *section, bfd_byte **ptr); |