From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 16478 invoked by alias); 14 Feb 2002 16:11:18 -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 16371 invoked from network); 14 Feb 2002 16:11:16 -0000 Received: from unknown (HELO cerbere.u-strasbg.fr) (130.79.112.7) by sources.redhat.com with SMTP; 14 Feb 2002 16:11:16 -0000 Received: from laocoon (laocoon.u-strasbg.fr [130.79.112.72]) by cerbere.u-strasbg.fr (8.9.3/8.8.7) with ESMTP id RAA26292 for ; Thu, 14 Feb 2002 17:11:14 +0100 Message-Id: <4.2.0.58.20020214170555.0161de98@ics.u-strasbg.fr> X-Sender: muller@ics.u-strasbg.fr X-Mailer: QUALCOMM Windows Eudora Pro Version 4.2.0.58 Date: Thu, 14 Feb 2002 08:11:00 -0000 To: gdb-patches@sources.redhat.com From: Pierre Muller Subject: GDBINIT_FILENAME macro in config/i386/xm-cygwin.h Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" X-SW-Source: 2002-02/txt/msg00410.txt.bz2 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? (extract of cvs log xm-cygwin.h) revision 1.6 date: 2001/12/02 02:57:14; author: cagney; state: Exp; lines: +2 -2 Delete HOST_BYTE_ORDER. ---------------------------- revision 1.5 date: 2001/11/24 18:21:26; author: cgf; state: Exp; lines: +0 -10 * win32-nat.c (_initialize_check_for_gdb_ini): New function. * config/i386/xm-cygwin.h: Remove obsolete handling of __CYGWIN32__. (GDBINIT_FILENAME): Remove. $ cvs diff -r 1.5 xm-cygwin.h Index: xm-cygwin.h =================================================================== RCS file: /cvs/src/src/gdb/config/i386/xm-cygwin.h,v retrieving revision 1.5 retrieving revision 1.6 diff -r1.5 -r1.6 21,22d20 < #define HOST_BYTE_ORDER LITTLE_ENDIAN < 23a22,23 > > #define GDBINIT_FILENAME "gdb.ini" Pierre Muller Institut Charles Sadron 6,rue Boussingault F 67083 STRASBOURG CEDEX (France) mailto:muller@ics.u-strasbg.fr Phone : (33)-3-88-41-40-07 Fax : (33)-3-88-41-40-99