From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 24711 invoked by alias); 27 Jan 2004 04:08:41 -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 24703 invoked from network); 27 Jan 2004 04:08:40 -0000 Received: from unknown (HELO localhost.redhat.com) (66.30.197.194) by sources.redhat.com with SMTP; 27 Jan 2004 04:08:40 -0000 Received: from gnu.org (localhost [127.0.0.1]) by localhost.redhat.com (Postfix) with ESMTP id 444EE2B8F; Mon, 26 Jan 2004 23:08:34 -0500 (EST) Message-ID: <4015E442.9020304@gnu.org> Date: Tue, 27 Jan 2004 04:08:00 -0000 From: Andrew Cagney User-Agent: Mozilla/5.0 (X11; U; NetBSD macppc; en-US; rv:1.0.2) Gecko/20030820 MIME-Version: 1.0 To: Robert Millan Cc: gdb-patches@sources.redhat.com, glibc-bsd-hackers@nongnu.org Subject: Re: [PATCH] GNU/k*BSD fixes (w/ChangeLog) [gdb] References: <20031228230941.GA1091@aragorn> <4001A3A6.8090607@gnu.org> <20040111193933.GA2018@aragorn> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-SW-Source: 2004-01/txt/msg00681.txt.bz2 > Sanity check here? These changes to config.guess and config.sub are in >> the upstream config sources? If they are I can just import new versions. > > > Sure they are. Good. I'll pull in a more up-to-date version shortly (its a standard part of cutting a GDB branch). > for gdb/ChangeLog: > > 2003-12-29 Robert Millan > > * configure.host: Match knetbsd*-gnu and kfreebsd*-gnu. > * configure.tgt: Likewise. > I've committed this. Andrew