From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 397 invoked by alias); 22 Aug 2009 10:21:38 -0000 Received: (qmail 389 invoked by uid 22791); 22 Aug 2009 10:21:37 -0000 X-SWARE-Spam-Status: No, hits=-1.8 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; Sat, 22 Aug 2009 10:21:30 +0000 Received: (qmail invoked by alias); 22 Aug 2009 10:21:26 -0000 Received: from xdsl-87-78-162-179.netcologne.de (EHLO localhost.localdomain) [87.78.162.179] by mail.gmx.net (mp036) with SMTP; 22 Aug 2009 12:21:26 +0200 Received: from ralf by localhost.localdomain with local (Exim 4.69) (envelope-from ) id 1Meniv-0005xz-JU; Sat, 22 Aug 2009 12:21:25 +0200 Date: Sat, 22 Aug 2009 17:35:00 -0000 From: Ralf Wildenhues To: "Frank Ch. Eigler" Cc: gdb-patches@sources.redhat.com Subject: Re: [PATCH 3/N] some minor fixes in sim, gold, gdb Message-ID: <20090822102125.GA18527@gmx.de> References: <20090815112928.GB5396@gmx.de> <20090815113302.GC20172@gmx.de> <20090818184349.GE30742@gmx.de> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.20 (2009-08-09) 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/msg00351.txt.bz2 * Frank Ch. Eigler wrote on Wed, Aug 19, 2009 at 09:34:37PM CEST: > 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. I will work on a patch to clean this up after the move. Thanks, Ralf