From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 7249 invoked by alias); 1 Oct 2009 09:21:37 -0000 Received: (qmail 7241 invoked by uid 22791); 1 Oct 2009 09:21:36 -0000 X-SWARE-Spam-Status: No, hits=-2.3 required=5.0 tests=AWL,BAYES_00 X-Spam-Check-By: sourceware.org Received: from smtp3.ugent.be (HELO smtp3.UGent.be) (157.193.49.127) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Thu, 01 Oct 2009 09:21:27 +0000 Received: from localhost (mcheck2.ugent.be [157.193.49.249]) by smtp3.UGent.be (Postfix) with ESMTP id DB38F147ACA; Thu, 1 Oct 2009 11:21:24 +0200 (CEST) Received: from smtp3.UGent.be ([157.193.49.127]) by localhost (mcheck2.ugent.be [157.193.43.11]) (amavisd-new, port 10024) with ESMTP id R9DtRZRMBD7E; Thu, 1 Oct 2009 11:21:23 +0200 (CEST) Received: from mail.elis.ugent.be (mail.elis.UGent.be [157.193.206.48]) by smtp3.UGent.be (Postfix) with ESMTP id 3E69B147AAD; Thu, 1 Oct 2009 11:21:22 +0200 (CEST) Received: from localhost (localhost [127.0.0.1]) by mail.elis.ugent.be (Postfix) with ESMTP id 0A14D918F1E; Thu, 1 Oct 2009 11:21:22 +0200 (CEST) Received: from mail.elis.ugent.be ([127.0.0.1]) by localhost (mail.elis.ugent.be [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id aDqkJ2GgSTCv; Thu, 1 Oct 2009 11:21:18 +0200 (CEST) Received: from bigmac.elis.UGent.be (bigmac.elis.UGent.be [157.193.206.33]) by mail.elis.ugent.be (Postfix) with ESMTP id C289A918F1C; Thu, 1 Oct 2009 11:21:18 +0200 (CEST) Cc: Joel Brobecker , Mark Kettenis , gdb-patches@sourceware.org Message-Id: <4D8256C6-BA65-4A42-B104-4D865E4496E3@elis.ugent.be> From: Jonas Maebe To: Tom Tromey In-Reply-To: Content-Type: text/plain; charset=US-ASCII; format=flowed; delsp=yes Content-Transfer-Encoding: 7bit Mime-Version: 1.0 (Apple Message framework v935.3) Subject: Re: [patch] Set calling convention of methods Date: Thu, 01 Oct 2009 09:21:00 -0000 References: <7B6EF4DA-76C8-4D9C-8B9F-94153EF1C4E1@elis.ugent.be> <691B0BA8-C606-42FF-A796-76CC9C31556A@elis.ugent.be> <200904222215.n3MMF0p2006994@brahms.sibelius.xs4all.nl> <19C107AA-5271-4C23-A6D2-AFF75BBAC4E4@elis.ugent.be> <5AA3BCA9-1ECF-446E-8B49-3132F0E470FB@elis.ugent.be> <20090930000225.GA10338@adacore.com> <8F3B6095-4766-432D-ABB5-AB4DAA2D5572@elis.ugent.be> <20090930173230.GG10338@adacore.com> X-j-chkmail-Enveloppe: 4AC47492.001/157.193.206.48/mail.elis.UGent.be/mail.elis.ugent.be/ X-j-chkmail-Score: MSGID : 4AC47492.001 on smtp3.UGent.be : j-chkmail score : . : R=. U=. O=. B=0.000 -> S=0.000 X-j-chkmail-Status: Ham 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: 2009-10/txt/msg00005.txt.bz2 On 30 Sep 2009, at 19:34, Tom Tromey wrote: > Joel> Confirmed. It's written plain as day in the header. The > sticky part > Joel> is that Jonas does NOT have copyright assignment on file for > GCC, as > Joel> far as I can tell... That's correct, I only have them for binutils and gdb, afaik. > I think this patch is small enough not to matter. I hope so. I'll ask the FSF to also get a copyright assignment form for GCC (fortunately, that does not require an extra intervention from my employer). Jonas