From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 32248 invoked by alias); 19 Aug 2009 19:34:47 -0000 Received: (qmail 32238 invoked by uid 22791); 19 Aug 2009 19:34:46 -0000 X-SWARE-Spam-Status: No, hits=0.2 required=5.0 tests=AWL,BAYES_00,BOTNET,SPF_HELO_PASS,SPF_PASS X-Spam-Check-By: sourceware.org Received: from mx1.redhat.com (HELO mx1.redhat.com) (66.187.233.31) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Wed, 19 Aug 2009 19:34:38 +0000 Received: from int-mx08.intmail.prod.int.phx2.redhat.com ([10.11.47.254]) by mx1.redhat.com (8.13.8/8.13.8) with ESMTP id n7JJYZti016305 for ; Wed, 19 Aug 2009 15:34:35 -0400 Received: from fche.csb (vpn-13-166.rdu.redhat.com [10.11.13.166]) by int-mx08.intmail.prod.int.phx2.redhat.com (8.13.8/8.13.8) with ESMTP id n7JJYYlQ020159; Wed, 19 Aug 2009 15:34:34 -0400 Received: by fche.csb (Postfix, from userid 2569) id 1FC3C5810D; Wed, 19 Aug 2009 15:34:37 -0400 (EDT) To: Ralf Wildenhues Cc: gdb-patches@sources.redhat.com Subject: Re: [PATCH 3/N] some minor fixes in sim, gold, gdb References: <20090815112928.GB5396@gmx.de> <20090815113302.GC20172@gmx.de> <20090818184349.GE30742@gmx.de> From: fche@redhat.com (Frank Ch. Eigler) Date: Wed, 19 Aug 2009 21:57:00 -0000 In-Reply-To: <20090818184349.GE30742@gmx.de> (Ralf Wildenhues's message of "Tue, 18 Aug 2009 20:43:50 +0200") Message-ID: User-Agent: Gnus/5.1008 (Gnus v5.10.8) Emacs/21.4 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Mailing-List: contact gdb-patches-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sourceware.org X-SW-Source: 2009-08/txt/msg00317.txt.bz2 Ralf Wildenhues writes: > Of these changes, this one still needs approval: > >> - sim/common/aclocal.m4: SIM_CHECK_MEMBER is alias for AC_CHECK_MEMBER now. >> This also needs to happen at the same time as the Autoconf update, to >> avoid exposing whatever bugs 2.59's AC_CHECK_MEMBER had. >> Is this ok or would you rather I replace every use of SIM_CHECK_MEMBER >> with AC_CHECK_MEMBER? According to the FIXME note in that file, please excise SIM_CHECK_* altogether if it has been mooted by a modern autoconf. - FChE