From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 21154 invoked by alias); 14 Feb 2002 16:33:26 -0000 Mailing-List: contact gdb-patches-help@sources.redhat.com; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sources.redhat.com Received: (qmail 21063 invoked from network); 14 Feb 2002 16:33:25 -0000 Received: from unknown (HELO lacrosse.corp.redhat.com) (12.107.208.154) by sources.redhat.com with SMTP; 14 Feb 2002 16:33:25 -0000 Received: from cgf.cipe.redhat.com (dhcpd80.meridian.redhat.com [172.16.47.80]) by lacrosse.corp.redhat.com (8.11.6/8.9.3) with ESMTP id g1EGXOd09240 for ; Thu, 14 Feb 2002 11:33:24 -0500 Received: (from cgf@localhost) by cgf.cipe.redhat.com (8.11.6/8.8.7) id g1EGXUx00553 for gdb-patches@sources.redhat.com; Thu, 14 Feb 2002 11:33:30 -0500 Date: Thu, 14 Feb 2002 08:33:00 -0000 From: Christopher Faylor To: gdb-patches@sources.redhat.com Subject: Re: GDBINIT_FILENAME macro in config/i386/xm-cygwin.h Message-ID: <20020214163330.GA550@redhat.com> Mail-Followup-To: gdb-patches@sources.redhat.com References: <4.2.0.58.20020214170555.0161de98@ics.u-strasbg.fr> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <4.2.0.58.20020214170555.0161de98@ics.u-strasbg.fr> User-Agent: Mutt/1.3.23.1i X-SW-Source: 2002-02/txt/msg00412.txt.bz2 On Thu, Feb 14, 2002 at 05:10:42PM +0100, Pierre Muller wrote: > > >xm-cygwin.h seems to define again GDBINIT_FILENAME to "gdb.ini", >thus gdb.ini is searched in home and current dir. > >But looking into logs, Chistopher removed this in version 1.5, >as explained in the log, while Andrew reintroduced it, >but without any mention in the log. > >Isn't that an error in the last commit of Andrew? I'm sure that it is. I've reverted the reversion. Thanks for catching this. I'm sure I would have been scratching my head about this one for a while before I figured out what was going on. cgf