From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 16156 invoked by alias); 4 Aug 2002 05:31:59 -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 16054 invoked from network); 4 Aug 2002 05:31:57 -0000 Received: from unknown (HELO is.elta.co.il) (199.203.121.2) by sources.redhat.com with SMTP; 4 Aug 2002 05:31:57 -0000 Received: from is (is [199.203.121.2]) by is.elta.co.il (8.9.3/8.8.8) with SMTP id IAA17718; Sun, 4 Aug 2002 08:29:30 +0300 (IDT) Date: Sat, 03 Aug 2002 22:31:00 -0000 From: Eli Zaretskii X-Sender: eliz@is To: Andrew Cagney cc: gdb-patches@sources.redhat.com Subject: Re: [rfa/i386] Consolidate i386 targets In-Reply-To: <3D4C3EAE.30207@ges.redhat.com> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII X-SW-Source: 2002-08/txt/msg00074.txt.bz2 On Sat, 3 Aug 2002, Andrew Cagney wrote: > This patch replaces a number of explicit i386 (-aout, -coff, -elf, -pe) > targets with a generic ``i386-*'' pattern. > > It then updates the MAINTAINERS file so that only one i386 target is > listed or building: i386-elf. This should cut down on the number of > targets that need building. Why is this part a good idea? DJGPP is still supported, right? > * MAINTAINERS: Drop i386-aout and i586-pc-msdosdjgpp from target > list. Did I miss something?