From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 10992 invoked by alias); 13 May 2002 14:32:23 -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 10894 invoked from network); 13 May 2002 14:32:16 -0000 Received: from unknown (HELO walton.kettenis.dyndns.org) (213.93.114.42) by sources.redhat.com with SMTP; 13 May 2002 14:32:16 -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 g4DEXdk08486; Mon, 13 May 2002 16:33:39 +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 g4DEWFc00606; Mon, 13 May 2002 16:32:15 +0200 (CEST) (envelope-from kettenis) Date: Mon, 13 May 2002 07:32:00 -0000 From: Mark Kettenis Message-Id: <200205131432.g4DEWFc00606@elgar.kettenis.dyndns.org> To: nickc@cambridge.redhat.com CC: binutils@sources.redhat.com, gdb-patches@sources.redhat.com In-reply-to: (message from Nick Clifton on 13 May 2002 09:53:19 +0100) Subject: Re: [PATCH] Add FreeBSD/i386 core file note support References: <200205111425.g4BEPjg50553@elgar.kettenis.dyndns.org> X-SW-Source: 2002-05/txt/msg00456.txt.bz2 From: Nick Clifton Date: 13 May 2002 09:53:19 +0100 Hi Mark, > 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 ? Hmm, I was more or less counting on my GDB assignment being sufficient. If not, can you point me at the necessary forms? It would also help. if you are willing, if you could provide a supplimental patch to add suppoort for these notes to readelf. They're all standard note types which are already supported by readelf :-). Mark