From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 1077 invoked by alias); 2 Sep 2002 21:44:44 -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 1068 invoked from network); 2 Sep 2002 21:44:42 -0000 Received: from unknown (HELO walton.kettenis.dyndns.org) (62.163.169.250) by sources.redhat.com with SMTP; 2 Sep 2002 21:44:42 -0000 Received: from elgar.kettenis.dyndns.org (elgar.kettenis.dyndns.org [192.168.0.2]) by walton.kettenis.dyndns.org (8.12.5/8.12.5) with ESMTP id g82LieBG000281; Mon, 2 Sep 2002 23:44:40 +0200 (CEST) (envelope-from kettenis@elgar.kettenis.dyndns.org) Received: from elgar.kettenis.dyndns.org (localhost [127.0.0.1]) by elgar.kettenis.dyndns.org (8.12.5/8.12.5) with ESMTP id g82LieaA000598; Mon, 2 Sep 2002 23:44:40 +0200 (CEST) (envelope-from kettenis@elgar.kettenis.dyndns.org) Received: (from kettenis@localhost) by elgar.kettenis.dyndns.org (8.12.5/8.12.5/Submit) id g82LiewG000595; Mon, 2 Sep 2002 23:44:40 +0200 (CEST) To: Jason R Thorpe Cc: gdb-patches@sources.redhat.com Subject: Re: [PATCH] i386-netbsd* configury cleanup References: <20020902102434.H4034@dr-evil.shagadelic.org> From: Mark Kettenis Date: Mon, 02 Sep 2002 14:44:00 -0000 In-Reply-To: Jason R Thorpe's message of "Mon, 2 Sep 2002 10:24:34 -0700" Message-ID: <868z2kt6bb.fsf@elgar.kettenis.dyndns.org> X-SW-Source: 2002-09/txt/msg00025.txt.bz2 Jason R Thorpe writes: > --5vjQsMS/9MbKYGLq > Content-Type: text/plain; charset=us-ascii > Content-Disposition: inline > > The i386-netbsd and i386-netbsdelf targets are now equivalent, as far > as configury is concerned. The following merges them. > > BTW, someone is going to have to step up and fix the i386-openbsd* > target, since the NetBSD code no longer really works for it (and this > is likely to be even more true in the not-distant future, when all of > the NetBSD thread code gets merged in to GDB). There's a slight problem here: it seems to be impossible to distinguish an OpenBSD binary from a NetBSD a.out binary. That was the main reason why I made i386-*-opensbd* identical to i386-netbsd. As long as you keep the support for older NetBSD's this should work fine. Unfortunately... Mark