From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 20774 invoked by alias); 5 Aug 2004 20:10:34 -0000 Mailing-List: contact gdb-help@sources.redhat.com; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-owner@sources.redhat.com Received: (qmail 20767 invoked from network); 5 Aug 2004 20:10:33 -0000 Received: from unknown (HELO mx1.redhat.com) (66.187.233.31) by sourceware.org with SMTP; 5 Aug 2004 20:10:33 -0000 Received: from int-mx1.corp.redhat.com (int-mx1.corp.redhat.com [172.16.52.254]) by mx1.redhat.com (8.12.10/8.12.10) with ESMTP id i75KASe3012399 for ; Thu, 5 Aug 2004 16:10:28 -0400 Received: from localhost.redhat.com (porkchop.devel.redhat.com [172.16.58.2]) by int-mx1.corp.redhat.com (8.11.6/8.11.6) with ESMTP id i75KARa10679; Thu, 5 Aug 2004 16:10:27 -0400 Received: from gnu.org (localhost [127.0.0.1]) by localhost.redhat.com (Postfix) with ESMTP id 226192B9D; Thu, 5 Aug 2004 16:10:20 -0400 (EDT) Message-ID: <4112942B.5080300@gnu.org> Date: Thu, 05 Aug 2004 20:10:00 -0000 From: Andrew Cagney User-Agent: Mozilla/5.0 (X11; U; NetBSD macppc; en-GB; rv:1.4.1) Gecko/20040801 MIME-Version: 1.0 To: Eli Zaretskii Cc: gdb@sources.redhat.com Subject: Re: [6.3] Drop xm-*.h from GDB - move to pure autoconf References: <410990A0.9040108@gnu.org> <1659-Fri30Jul2004143003+0300-eliz@gnu.org> <410A4BE4.5000306@gnu.org> <3791-Fri30Jul2004210638+0300-eliz@gnu.org> In-Reply-To: <3791-Fri30Jul2004210638+0300-eliz@gnu.org> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-SW-Source: 2004-08/txt/msg00080.txt.bz2 >>Date: Fri, 30 Jul 2004 09:23:48 -0400 >>> From: Andrew Cagney >>> >>> Check the contents of config/i386/xm-{cygwin,djgpp}.h. Instead of being >>> detected by autoconf, those values are being hardwired. Easy to fix > > > Ah, that... Your message made it sound as if there's some inherent > problem that prevents autoconfiscation, so I was surprised. > > Yes, it should be easy to fix, except for the gdb.ini part: if one > builds the DJGPP port on Windows or cross-compiles on Unix, the > filesystem will allow that name. So the test needs to be dependent on > the fact that a DJGPP port is being built, no matter what the > underlying OS has to say about .gdbinit. I've zapped most of the xm files, but the cygwin/djgpp ones are still there. > Note that include/filenames.h has some constants similar to the `;' vs > `:' stuff, so maybe some of GDB sources could use the results of > autoconfiscation instead. Yes. Andrew