From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 19689 invoked by alias); 4 Apr 2002 05:01:25 -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 19609 invoked from network); 4 Apr 2002 05:01:19 -0000 Received: from unknown (HELO mail-out2.apple.com) (17.254.0.51) by sources.redhat.com with SMTP; 4 Apr 2002 05:01:19 -0000 Received: from mailgate2.apple.com (A17-129-100-225.apple.com [17.129.100.225]) by mail-out2.apple.com (8.11.3/8.11.3) with ESMTP id g3451Js03876 for ; Wed, 3 Apr 2002 21:01:19 -0800 (PST) Received: from scv2.apple.com (scv2.apple.com) by mailgate2.apple.com (Content Technologies SMTPRS 4.2.1) with ESMTP id ; Wed, 3 Apr 2002 21:01:19 -0800 Received: from apple.com (vpn-gh-63.apple.com [17.254.136.62]) by scv2.apple.com (8.11.3/8.11.3) with ESMTP id g3451Gi15223; Wed, 3 Apr 2002 21:01:17 -0800 (PST) Message-ID: <3CABDE5E.F4D0AA14@apple.com> Date: Wed, 03 Apr 2002 21:01:00 -0000 From: Stan Shebs X-Accept-Language: en MIME-Version: 1.0 To: DJ Delorie CC: neroden@doctormoo.dyndns.org, gdb@sources.redhat.com Subject: Re: utils/msdos, go32 status? References: <20020403213107.GA12887@doctormoo.dyndns.org> <200204040423.g344NqQ02808@greed.delorie.com> Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-SW-Source: 2002-04/txt/msg00032.txt.bz2 DJ Delorie wrote: > > > I have been told that the utils/msdos subdirectory is obselete. I want > > to verify this before autoconfiscating utils. > > It is obsolete, and has been for about five years. You may assume it > doesn't exist. I don't even know why we're storing AMD's proprietary > binaries there. Goes back to the days when building DOS programs was a skill known to few :-), and it was expedient to retain the binaries built from the sources in utils/amd-udi (which should also evaporate when we get rid of a29k support). Stan