diff options
author | H.J. Lu <hjl.tools@gmail.com> | 2016-01-28 13:29:53 -0800 |
---|---|---|
committer | H.J. Lu <hjl.tools@gmail.com> | 2016-01-28 13:29:53 -0800 |
commit | bf150a0bad8d3fcfa17f5d6b5a5ca75efae855ed (patch) | |
tree | f52bdea6825b37b8dae31c51509af6bf7810b97c /binutils/ChangeLog | |
parent | 935c61442bc369c0cf9db6f998ef6a18ba83a116 (diff) | |
download | gdb-bf150a0bad8d3fcfa17f5d6b5a5ca75efae855ed.zip gdb-bf150a0bad8d3fcfa17f5d6b5a5ca75efae855ed.tar.gz gdb-bf150a0bad8d3fcfa17f5d6b5a5ca75efae855ed.tar.bz2 |
Set BFD_DECOMPRESS to decompress debug sections
We should set BFD_DECOMPRESS to decompress debug sections when reading in
DWARF debug sections.
bfd/
PR binutils/19523
* dwarf2.c (_bfd_dwarf2_slurp_debug_info): Set BFD_DECOMPRESS to
decompress debug sections.
binutils/
PR binutils/19523
* Makefile.am (check-DEJAGNU): Pass CC and CC_FOR_BUILD to
runtest.
* Makefile.in: Regenerated.
* testsuite/binutils-all/compress.exp (test_gnu_debuglink): New
proc.
Run test_gnu_debuglink for native ELF build.
Diffstat (limited to 'binutils/ChangeLog')
-rw-r--r-- | binutils/ChangeLog | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/binutils/ChangeLog b/binutils/ChangeLog index d836de3..edc66cd 100644 --- a/binutils/ChangeLog +++ b/binutils/ChangeLog @@ -1,3 +1,13 @@ +2016-01-28 H.J. Lu <hongjiu.lu@intel.com> + + PR binutils/19523 + * Makefile.am (check-DEJAGNU): Pass CC and CC_FOR_BUILD to + runtest. + * Makefile.in: Regenerated. + * testsuite/binutils-all/compress.exp (test_gnu_debuglink): New + proc. + Run test_gnu_debuglink for native ELF build. + 2016-01-20 Nick Clifton <nickc@redhat.com> PR 19495 |