This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
Re: PATCH: PR bootstrap/53472: contrib/compare-debug should strip out .comment section
- From: "H.J. Lu" <hjl dot tools at gmail dot com>
- To: Paolo Bonzini <bonzini at gnu dot org>
- Cc: gcc-patches at gcc dot gnu dot org, Richard Guenther <rguenther at suse dot de>
- Date: Thu, 24 May 2012 07:43:27 -0700
- Subject: Re: PATCH: PR bootstrap/53472: contrib/compare-debug should strip out .comment section
- References: <20120524140119.GA27160@intel.com> <4FBE472E.1040202@gnu.org>
On Thu, May 24, 2012 at 7:35 AM, Paolo Bonzini <bonzini@gnu.org> wrote:
> Il 24/05/2012 16:01, H.J. Lu ha scritto:
>> configure checks if contrib/compare-debug actually works for comparing a
>> debug and non-debug .o file before enabling bootstrap-debug. ?But some
>> compilers encode some command line options (among them -g) into a special
>> .comment section. ?This patch removes .comment section before comparing
>> debug and non-debug files. ?OK for trunk?
>
> Ok.
Hi Richard,
Before I check it in, can you verify it enables bootstrap-debug on SuSE?
Thanks.
--
H.J.