From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 13020 invoked by alias); 10 Apr 2014 17:38:37 -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 13008 invoked by uid 89); 10 Apr 2014 17:38:37 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-1.6 required=5.0 tests=AWL,BAYES_00 autolearn=ham version=3.3.2 X-HELO: rock.gnat.com Received: from rock.gnat.com (HELO rock.gnat.com) (205.232.38.15) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with (AES256-SHA encrypted) ESMTPS; Thu, 10 Apr 2014 17:38:36 +0000 Received: from localhost (localhost.localdomain [127.0.0.1]) by filtered-rock.gnat.com (Postfix) with ESMTP id 679F01160FE; Thu, 10 Apr 2014 13:38:34 -0400 (EDT) Received: from rock.gnat.com ([127.0.0.1]) by localhost (rock.gnat.com [127.0.0.1]) (amavisd-new, port 10024) with LMTP id 1TtvpRhyyvAE; Thu, 10 Apr 2014 13:38:34 -0400 (EDT) Received: from joel.gnat.com (localhost.localdomain [127.0.0.1]) by rock.gnat.com (Postfix) with ESMTP id 367541160DF; Thu, 10 Apr 2014 13:38:34 -0400 (EDT) Received: by joel.gnat.com (Postfix, from userid 1000) id 4AB05E0D03; Thu, 10 Apr 2014 10:38:37 -0700 (PDT) Date: Thu, 10 Apr 2014 17:38:00 -0000 From: Joel Brobecker To: Pierre Langlois Cc: gdb-patches@sourceware.org Subject: Re: [PATCH] Backport AVR fixes Message-ID: <20140410173837.GL4250@adacore.com> References: <5346C72D.70601@embecosm.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <5346C72D.70601@embecosm.com> User-Agent: Mutt/1.5.21 (2010-09-15) X-SW-Source: 2014-04/txt/msg00189.txt.bz2 > 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. Thanks, -- Joel