From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 20828 invoked by alias); 1 Jun 2009 08:42:14 -0000 Received: (qmail 20820 invoked by uid 22791); 1 Jun 2009 08:42:13 -0000 X-SWARE-Spam-Status: No, hits=-1.7 required=5.0 tests=AWL,BAYES_00,SPF_PASS X-Spam-Check-By: sourceware.org Received: from mail.gmx.net (HELO mail.gmx.net) (213.165.64.20) by sourceware.org (qpsmtpd/0.43rc1) with SMTP; Mon, 01 Jun 2009 08:42:09 +0000 Received: (qmail invoked by alias); 01 Jun 2009 08:42:06 -0000 Received: from xdsl-87-78-166-193.netcologne.de (EHLO localhost.localdomain) [87.78.166.193] by mail.gmx.net (mp051) with SMTP; 01 Jun 2009 10:42:06 +0200 Received: from ralf by localhost.localdomain with local (Exim 4.69) (envelope-from ) id 1MB35p-0003ZM-7n; Mon, 01 Jun 2009 10:42:05 +0200 Date: Mon, 01 Jun 2009 08:42:00 -0000 From: Ralf Wildenhues To: Alexandre Oliva Cc: gcc-patches@gcc.gnu.org, rth@redhat.com Subject: Re: [trunk<-vta] Re: [vta, trunk?] ignore .cfi_*-induced .eh_frame compare-debug differences Message-ID: <20090601084204.GB13441@gmx.de> Mail-Followup-To: Ralf Wildenhues , Alexandre Oliva , gcc-patches@gcc.gnu.org, rth@redhat.com References: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.18 (2008-05-17) X-IsSubscribed: yes Mailing-List: contact gcc-patches-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Id: List-Archive: List-Post: List-Help: Sender: gcc-patches-owner@gcc.gnu.org X-SW-Source: 2009-06/txt/msg00048.txt.bz2 Hello Alexandre, * Alexandre Oliva wrote on Mon, Jun 01, 2009 at 10:16:16AM CEST: > --- contrib/compare-debug.orig 2008-11-15 21:13:26.000000000 -0200 > +++ contrib/compare-debug 2008-11-15 21:14:11.000000000 -0200 > + for t in objdump readelf eu-readelf; do > + if ($t --help) 2>&1 | grep -e '--\[\?section-\]\?headers' > /dev/null; then \? is not portable BRE, but \{0,1\} should be. Cheers, Ralf