From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 9936 invoked by alias); 14 Nov 2007 22:30:59 -0000 Received: (qmail 9925 invoked by uid 22791); 14 Nov 2007 22:30:58 -0000 X-Spam-Check-By: sourceware.org Received: from sibelius.xs4all.nl (HELO brahms.sibelius.xs4all.nl) (82.92.89.47) by sourceware.org (qpsmtpd/0.31) with ESMTP; Wed, 14 Nov 2007 22:30:56 +0000 Received: from brahms.sibelius.xs4all.nl (kettenis@localhost.sibelius.xs4all.nl [127.0.0.1]) by brahms.sibelius.xs4all.nl (8.14.1/8.14.0) with ESMTP id lAEMTnWr002327; Wed, 14 Nov 2007 23:29:49 +0100 (CET) Received: (from kettenis@localhost) by brahms.sibelius.xs4all.nl (8.14.1/8.14.1/Submit) id lAEMTn4D004511; Wed, 14 Nov 2007 23:29:49 +0100 (CET) Date: Wed, 14 Nov 2007 22:30:00 -0000 Message-Id: <200711142229.lAEMTn4D004511@brahms.sibelius.xs4all.nl> From: Mark Kettenis To: uweigand@de.ibm.com, gdb-patches@sourceware.org In-reply-to: <200711142221.lAEMLh1I003695@brahms.sibelius.xs4all.nl> (message from Mark Kettenis on Wed, 14 Nov 2007 23:21:43 +0100 (CET)) Subject: Re: [ping] Re: [rfc] [7/9] Multi-target support: Fix GDB_OSABI_OPENBSD_AOUT problem References: <200711132127.lADLR2f6023259@d12av02.megacenter.de.ibm.com> <200711142221.lAEMLh1I003695@brahms.sibelius.xs4all.nl> Mailing-List: contact gdb-patches-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sourceware.org X-SW-Source: 2007-11/txt/msg00288.txt.bz2 > Date: Wed, 14 Nov 2007 23:21:43 +0100 (CET) > From: Mark Kettenis > > > Date: Tue, 13 Nov 2007 22:27:02 +0100 (CET) > > From: "Ulrich Weigand" > > > > Mark, > > > > do you think this patch would be OK? > > http://sourceware.org/ml/gdb-patches/2007-10/msg00831.html > > > > I'd like to resolve this issue, so we can provide --enable-target=all > > support. As I said, I don't really have any opinion what the best > > solution of the OpenBSD/a.out vs. NetBSD/a.out problem is; if you > > have some other suggestion, please let me know. > > Sorry; I didn't have the time to test this diff until now. > Unfortunately it breaks OpenBSD/i386. The problem is that > OpenBSD/i386 still uses a core file format that's classified as NetBSD > a.out. NetBSD doesn't use this format anymore, so I think the > solution is to sacrifice NetBSD/i386 a.out instead of OpenBSD/i386 > a.out. Oh, btw, the vax bits are ok with me.