From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 25107 invoked by alias); 18 May 2002 13:56:32 -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 25093 invoked from network); 18 May 2002 13:56:30 -0000 Received: from unknown (HELO walton.kettenis.dyndns.org) (213.93.114.42) by sources.redhat.com with SMTP; 18 May 2002 13:56:30 -0000 Received: from elgar.kettenis.dyndns.org (elgar.kettenis.dyndns.org [192.168.0.2]) by walton.kettenis.dyndns.org (8.11.6/8.11.6) with ESMTP id g4IDvi200169; Sat, 18 May 2002 15:57:44 +0200 (CEST) (envelope-from kettenis@elgar.kettenis.dyndns.org) Received: (from kettenis@localhost) by elgar.kettenis.dyndns.org (8.11.6/8.11.6) id g4IDuKR00453; Sat, 18 May 2002 15:56:20 +0200 (CEST) (envelope-from kettenis) Date: Sat, 18 May 2002 06:56:00 -0000 From: Mark Kettenis Message-Id: <200205181356.g4IDuKR00453@elgar.kettenis.dyndns.org> To: obrien@FreeBSD.org CC: nickc@cambridge.redhat.com, binutils@sources.redhat.com, gdb-patches@sources.redhat.com In-reply-to: <20020518032302.A56800@dragon.nuxi.com> (obrien@FreeBSD.org) Subject: Re: [PATCH] Add FreeBSD/i386 core file note support References: <200205111425.g4BEPjg50553@elgar.kettenis.dyndns.org> <20020518032302.A56800@dragon.nuxi.com> X-SW-Source: 2002-05/txt/msg00784.txt.bz2 Date: Sat, 18 May 2002 03:23:02 -0700 From: "David O'Brien" On Mon, May 13, 2002 at 09:53:19AM +0100, Nick Clifton wrote: > > This patch adds support for FreeBSD/i386 core file notes. The > > FreeBSD notes are distinguished based on the name of the note, which > > has been FreeBSD ever since support for ELF core dumps was first > > added to FreeBSD. > > > > OK to check this in? > > Unfortunately you do not appear to have a binutils copyright > assignment on file with the FSF. Please could you fix this so that we > can accept the patch ? I'd love to have this committed. Isn't Mark already covered? Apparently my GDB assignment doesn't cover BFD. I'll try to get the paperwork done ASAP. By the way, this patch isn't that urgent. It's necessary to support cross-debugging of FreeBSD/i386 core files. But that won't work before I've added the necessary support to GDB. Since I'm in the middle of some pretty invasive changes in the i386 target, that'll have to wait a bit longer. Mark