From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 12754 invoked by alias); 11 Apr 2014 09:29:55 -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 12741 invoked by uid 89); 11 Apr 2014 09:29:54 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-2.6 required=5.0 tests=BAYES_00,RCVD_IN_DNSWL_LOW autolearn=ham version=3.3.2 X-HELO: mail-we0-f169.google.com Received: from mail-we0-f169.google.com (HELO mail-we0-f169.google.com) (74.125.82.169) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with (AES128-SHA encrypted) ESMTPS; Fri, 11 Apr 2014 09:29:53 +0000 Received: by mail-we0-f169.google.com with SMTP id w62so5152053wes.14 for ; Fri, 11 Apr 2014 02:29:50 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:message-id:date:from:user-agent:mime-version:to :cc:subject:references:in-reply-to:content-type :content-transfer-encoding; bh=uco58sCaqLzB/33YPJi3ra3V1hEQLNcTAi/nq1P5/T4=; b=OnGC+IeFYOo3pW49gQrLuRMm/FrjnE01FH3PkMN9az6CV/psiK+YCYLJ/pG7cv0IkP SG9pt8sQIb9869/1mvyjc9wbWOaxXKpiiA0FamzppshaCPM0qvhksktZTJrwyB+2BHNZ xY/HSBke9eDTLIVbGJdS5Eeh1AQ4ybNmttm19DyteLbXjQeI4JfIzLAx1Ekf1nmYEEIj RXs5FdXI57X2uhHl0bwCUlk/aFhfoGOJ8YaLzcErW03y5TOv/DYawCraj3N4dtVRWhQs y6fQgZLwBmQbhhWHM5w4kAcDPil2ckzCW6eNFsVx3qKcyvEKJizPJHb+mht6tBI7771Z BTyg== X-Gm-Message-State: ALoCoQnNgQwNLlvIY125o7TlFSjRYPOqBA8+TosSXpDD8hs7aaznqLz97UX+8azOLSySSF8iaIx9 X-Received: by 10.180.85.10 with SMTP id d10mr7665979wiz.0.1397208589981; Fri, 11 Apr 2014 02:29:49 -0700 (PDT) Received: from [192.168.0.134] (cust64-dsl91-135-5.idnet.net. [91.135.5.64]) by mx.google.com with ESMTPSA id vp5sm10470945wjc.31.2014.04.11.02.29.49 for (version=TLSv1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Fri, 11 Apr 2014 02:29:49 -0700 (PDT) Message-ID: <5347B60C.8040205@embecosm.com> Date: Fri, 11 Apr 2014 09:29:00 -0000 From: Pierre Langlois User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:24.0) Gecko/20100101 Thunderbird/24.4.0 MIME-Version: 1.0 To: Joel Brobecker CC: gdb-patches@sourceware.org Subject: Re: [PATCH] Backport AVR fixes References: <5346C72D.70601@embecosm.com> <20140410173837.GL4250@adacore.com> <20140410174101.GA27126@adacore.com> In-Reply-To: <20140410174101.GA27126@adacore.com> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-IsSubscribed: yes X-SW-Source: 2014-04/txt/msg00199.txt.bz2 On 10/04/14 18:41, Joel Brobecker wrote: >>> Would it be OK to backport these two commits to gdb-7.7-branch for the next >>> 7.7.1 release? >>> >>> https://sourceware.org/ml/gdb-patches/2014-04/msg00097.html >>> https://sourceware.org/ml/gdb-patches/2014-03/msg00425.html >>> >>> I am not yet familiar with the process of backporting patches in GDB, let me >>> know if I am doing this correctly. For instance, should I break this into >>> several commits? >>> >>> Best, >>> >>> Pierre >>> >>> 2014-04-08 Pierre Langlois >>> >>> * avr-tdep.c (struct gdbarch_tdep): Mention avrxmega in the comment. >>> (avr_gdbarch_init): Add xmega architectures given by bfd_architecture >>> when setting the size of call_length. >>> (avr_scan_prologue): Accept push r1 instruction for small stack >>> allocation. >>> * MAINTAINERS (Write After Approval): Add "Pierre Langlois". >> >> Sure, go ahead. Please remember to confirm with a quick email on this >> list when the push is done. This helps archeologist reviewing the emails >> sent on this list. > > I FORGOT! Please also update "Fixes in GDB 7.7.1" section of the gdb-7.7.x > release wiki page: > https://sourceware.org/gdb/wiki/GDB_7.7_Release > > You will probably need to create a PR number to add the entry. > > Thank you, > Thank you Joel for your guidance, I am pushing now. Best, Pierre