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/ChangeLog | |
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/ChangeLog')
-rw-r--r-- | bfd/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/bfd/ChangeLog b/bfd/ChangeLog index dcc93fd..0bc727d 100644 --- a/bfd/ChangeLog +++ b/bfd/ChangeLog @@ -1,3 +1,8 @@ +2015-03-18 H.J. Lu <hongjiu.lu@intel.com> + + * compress.c (bfd_compress_section_contents): Make it static. + * bfd/bfd-in2.h: Regenerated. + 2015-03-18 Eric Youngdale <eyoungdale@ptc.com> PR ld/16598 |