From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 626 invoked by alias); 30 Jul 2004 00:04:54 -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 514 invoked from network); 30 Jul 2004 00:04:54 -0000 Received: from unknown (HELO mx1.redhat.com) (66.187.233.31) by sourceware.org with SMTP; 30 Jul 2004 00:04:54 -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 i6U04re3023080 for ; Thu, 29 Jul 2004 20:04:54 -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 i6U04ra03744; Thu, 29 Jul 2004 20:04:53 -0400 Received: from gnu.org (localhost [127.0.0.1]) by localhost.redhat.com (Postfix) with ESMTP id F3F532B9D; Thu, 29 Jul 2004 20:04:48 -0400 (EDT) Message-ID: <410990A0.9040108@gnu.org> Date: Fri, 30 Jul 2004 07:01:00 -0000 From: Andrew Cagney User-Agent: Mozilla/5.0 (X11; U; NetBSD macppc; en-GB; rv:1.4.1) Gecko/20040217 MIME-Version: 1.0 To: gdb@sources.redhat.com Subject: [6.3] Drop xm-*.h from GDB - move to pure autoconf Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-SW-Source: 2004-07/txt/msg00365.txt.bz2 Hello, Since 1995 (4.15 according to NEWS) GDB's been using autoconf, and since 2000, GDB's had systems (NetBSD/PPC was first) that did not need an xm-*.h file. With it now >=9 years since autoconf's introduction and with autoconf proving that it has made the xm files redundant, it's time to cut our losses and remove any remaining xm file support. At this stage, the only issue I know of blocking the xm file removal, is DOS file support. Both DJGPP and CYGWIN appear to have configury not yet handled by autoconf. For 6.3, it would be good to see GDB: - have DJGPP and CYGWIN use autoconf for DOS file support - remove all xm-*.h files - (oh and) switch to autoconf 2.5x Andrew