From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 109309 invoked by alias); 6 Nov 2018 17:53:42 -0000 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 Received: (qmail 109281 invoked by uid 89); 6 Nov 2018 17:53:40 -0000 Authentication-Results: sourceware.org; auth=none X-Spam-SWARE-Status: No, score=-2.9 required=5.0 tests=AWL,BAYES_00,RCVD_IN_DNSWL_NONE,SPF_HELO_PASS autolearn=ham version=3.3.2 spammy= X-HELO: gateway23.websitewelcome.com Received: from gateway23.websitewelcome.com (HELO gateway23.websitewelcome.com) (192.185.50.119) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Tue, 06 Nov 2018 17:53:39 +0000 Received: from cm10.websitewelcome.com (cm10.websitewelcome.com [100.42.49.4]) by gateway23.websitewelcome.com (Postfix) with ESMTP id D73323C96A for ; Tue, 6 Nov 2018 11:53:37 -0600 (CST) Received: from box5379.bluehost.com ([162.241.216.53]) by cmsmtp with SMTP id K5Xlgs4LtBcCXK5Xlg35wd; Tue, 06 Nov 2018 11:53:37 -0600 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=tromey.com; s=default; h=Content-Type:MIME-Version:Message-ID:In-Reply-To:Date: References:Subject:Cc:To:From:Sender:Reply-To:Content-Transfer-Encoding: Content-ID:Content-Description:Resent-Date:Resent-From:Resent-Sender: Resent-To:Resent-Cc:Resent-Message-ID:List-Id:List-Help:List-Unsubscribe: List-Subscribe:List-Post:List-Owner:List-Archive; bh=VOo3JkGqSaneh+6MZH4DztjuQAMMQiZyJU/oA5SlLXc=; b=HgSYx5FjUJgNLK6U9y3VxOg8OY VBbI1cWGpgqMpPRitUVd/eI2uW0ryYQmvZMBjPXuLMHwfLtvdKVUlbDVp+aVEsuhcd58LNPVrHu/1 NUOijVjEN806ZjiVeVRMTktmZ; Received: from 97-122-190-66.hlrn.qwest.net ([97.122.190.66]:39448 helo=pokyo) by box5379.bluehost.com with esmtpsa (TLSv1.2:ECDHE-RSA-AES256-GCM-SHA384:256) (Exim 4.91) (envelope-from ) id 1gK5Xl-000IDO-Dl; Tue, 06 Nov 2018 11:53:37 -0600 From: Tom Tromey To: Marius Muench Cc: Kevin Buettner , gdb-patches@sourceware.org, Marius Muench , Pedro Alves Subject: Re: [PATCH] ARM: Do not use FP reg when on AAPCS References: <20181023101649.23d4af8b@pinnacle.lan> <406505df-13d3-08de-ad86-fc38131eb4b9@redhat.com> <15364ecd-125d-7196-8e83-e6db60127005@eurecom.fr> <20181025133418.68b513e1@pinnacle.lan> <7772abce-b035-8a82-67da-1bd948f6c759@eurecom.fr> Date: Tue, 06 Nov 2018 17:53:00 -0000 In-Reply-To: <7772abce-b035-8a82-67da-1bd948f6c759@eurecom.fr> (Marius Muench's message of "Fri, 26 Oct 2018 14:13:37 +0200") Message-ID: <87d0rirt28.fsf@tromey.com> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/26.1.50 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain X-SW-Source: 2018-11/txt/msg00064.txt.bz2 >>>>> "Marius" == Marius Muench writes: Marius> Thanks! I don't have push permissions, as it is my first contribution to Marius> this project. Marius> I can't find any documentation what to do in this case, scraping the ML, Marius> I see three possible strategies: Marius> (1) One of you push on my behalf. Sorry about the delay on this. I am pushing it now. Marius> (2) I send a new (clean) version of this patch, which gets pushed on my Marius> behalf. Marius> (3) Push permissions are set up. If you plan to do more work on gdb, you should consider getting write-after-approval access. I think copyright paperwork is needed first though. Tom