From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Mailing-List: contact gdb-patches-help@sources.redhat.com; run by ezmlm Received: (qmail 10964 invoked from network); 10 Apr 2004 15:50:26 -0000 Received: from unknown (HELO localhost.redhat.com) (66.30.197.194) by sources.redhat.com with SMTP; 10 Apr 2004 15:50:26 -0000 Received: from gnu.org (localhost [127.0.0.1]) by localhost.redhat.com (Postfix) with ESMTP id 83A342B9C; Sat, 10 Apr 2004 11:32:20 -0400 (EDT) Message-ID: <40781384.8030205@gnu.org> Date: Sat, 10 Apr 2004 15:50: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: Mark Kettenis Cc: gdb-patches@sources.redhat.com Subject: Re: [PATCH] Simplify i386 target configs References: <200404091501.i39F1uUH098592@elgar.kettenis.dyndns.org> In-Reply-To: <200404091501.i39F1uUH098592@elgar.kettenis.dyndns.org> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-SW-Source: 2004-04/txt/msg00240.txt.bz2 > * config/i386/i386.mt: New file. > * config/i386/embed.mt: Remove file. FYI, other directories (mips, arm, sh) use "embed.mt" for the cross debug .mt file. Andrew