From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 21780 invoked by alias); 14 Feb 2002 17:58:36 -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 21672 invoked from network); 14 Feb 2002 17:58:34 -0000 Received: from unknown (HELO localhost.redhat.com) (216.138.202.10) by sources.redhat.com with SMTP; 14 Feb 2002 17:58:34 -0000 Received: from cygnus.com (localhost [127.0.0.1]) by localhost.redhat.com (Postfix) with ESMTP id A3B833CC5; Thu, 14 Feb 2002 12:58:32 -0500 (EST) Message-ID: <3C6BFAC8.90601@cygnus.com> Date: Thu, 14 Feb 2002 09:58:00 -0000 From: Andrew Cagney User-Agent: Mozilla/5.0 (X11; U; NetBSD macppc; en-US; rv:0.9.8) Gecko/20020210 X-Accept-Language: en-us MIME-Version: 1.0 To: Christopher Faylor Cc: gdb-patches@sources.redhat.com Subject: Re: GDBINIT_FILENAME macro in config/i386/xm-cygwin.h References: <4.2.0.58.20020214170555.0161de98@ics.u-strasbg.fr> <20020214163330.GA550@redhat.com> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-SW-Source: 2002-02/txt/msg00418.txt.bz2 Thanks! > n 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. >