From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 9131 invoked by alias); 20 Apr 2012 10:12:19 -0000 Received: (qmail 9120 invoked by uid 22791); 20 Apr 2012 10:12:17 -0000 X-SWARE-Spam-Status: No, hits=-6.3 required=5.0 tests=AWL,BAYES_00,KHOP_RCVD_UNTRUST,RCVD_IN_DNSWL_HI,RCVD_IN_HOSTKARMA_W,SPF_HELO_PASS,T_RP_MATCHES_RCVD X-Spam-Check-By: sourceware.org Received: from mx1.redhat.com (HELO mx1.redhat.com) (209.132.183.28) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Fri, 20 Apr 2012 10:12:05 +0000 Received: from int-mx09.intmail.prod.int.phx2.redhat.com (int-mx09.intmail.prod.int.phx2.redhat.com [10.5.11.22]) by mx1.redhat.com (8.14.4/8.14.4) with ESMTP id q3KAC4iK017824 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK); Fri, 20 Apr 2012 06:12:04 -0400 Received: from host2.jankratochvil.net (ovpn-116-17.ams2.redhat.com [10.36.116.17]) by int-mx09.intmail.prod.int.phx2.redhat.com (8.14.4/8.14.4) with ESMTP id q3KAC0Td015618 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES128-SHA bits=128 verify=NO); Fri, 20 Apr 2012 06:12:02 -0400 Date: Fri, 20 Apr 2012 10:12:00 -0000 From: Jan Kratochvil To: Doug Evans Cc: gdb@sourceware.org, Gary Benson Subject: Re: Problematic .gdb_index warning regexps in testsuite Message-ID: <20120420101159.GA16774@host2.jankratochvil.net> References: <20120419151145.315F72461B1@ruffy.mtv.corp.google.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20120419151145.315F72461B1@ruffy.mtv.corp.google.com> User-Agent: Mutt/1.5.21 (2010-09-15) X-IsSubscribed: yes Mailing-List: contact gdb-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-owner@sourceware.org X-SW-Source: 2012-04/txt/msg00166.txt.bz2 On Thu, 19 Apr 2012 17:11:45 +0200, Doug Evans wrote: > I think we don't want to go down this path. > This will just proliferate, and make tests unnecessarily bulkier > (harder to maintain) than they should be. This would make FSF GDB HEAD testsuite incompatible with existing systems featuring (older) .gdb_index, such as RHEL-6.y/CentOS-6.y/ScientificLinux-6.y. I believe it is enough systems to consider it somehow with FSF GDB HEAD. Sure there could be also made some lib/gdb.exp: set warning obsolete gdb-index off which could also be unified with renaming of current uncommited set auto-load local-gdbinit-warning off -> set warning obsolete local-gdbinit off or something like that. Thanks, Jan