This is the mail archive of the
binutils@sourceware.org
mailing list for the binutils project.
Re: [gold][PATCH] Add SHF_COMPRESSED section decompression to gold
- From: Cary Coutant <ccoutant at google dot com>
- To: "H.J. Lu" <hjl dot tools at gmail dot com>
- Cc: Binutils <binutils at sourceware dot org>, Cary Coutant <cary at google dot com>
- Date: Wed, 8 Apr 2015 11:50:07 -0700
- Subject: Re: [gold][PATCH] Add SHF_COMPRESSED section decompression to gold
- Authentication-results: sourceware.org; auth=none
- References: <20150408180516 dot GA23138 at intel dot com>
> gold/object.cc | 65 ++++-
> gold/object.h | 1 +
> gold/reloc.cc | 9 +-
> gold/testsuite/Makefile.am | 25 ++
> gold/testsuite/Makefile.in | 460 ++++++++++++++++++++++----------
> gold/testsuite/gdb_index_test_2_gabi.sh | 26 ++
> 6 files changed, 435 insertions(+), 151 deletions(-)
> create mode 100755 gold/testsuite/gdb_index_test_2_gabi.sh
The testsuite/Makefile.in changes look far more extensive than they
should be (lots of rearrangement). Did you use a different version of
automake? (Have we officially switched to 1.11.6 yet?)
-cary