From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 4011 invoked by alias); 14 Nov 2007 22:22:57 -0000 Received: (qmail 4003 invoked by uid 22791); 14 Nov 2007 22:22:57 -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:22:54 +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 lAEMLiOk032180; Wed, 14 Nov 2007 23:21:44 +0100 (CET) Received: (from kettenis@localhost) by brahms.sibelius.xs4all.nl (8.14.1/8.14.1/Submit) id lAEMLh1I003695; Wed, 14 Nov 2007 23:21:43 +0100 (CET) Date: Wed, 14 Nov 2007 22:22:00 -0000 Message-Id: <200711142221.lAEMLh1I003695@brahms.sibelius.xs4all.nl> From: Mark Kettenis To: uweigand@de.ibm.com CC: gdb-patches@sourceware.org In-reply-to: <200711132127.lADLR2f6023259@d12av02.megacenter.de.ibm.com> (uweigand@de.ibm.com) Subject: Re: [ping] Re: [rfc] [7/9] Multi-target support: Fix GDB_OSABI_OPENBSD_AOUT problem References: <200711132127.lADLR2f6023259@d12av02.megacenter.de.ibm.com> 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/msg00286.txt.bz2 > 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. Mark