From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 14348 invoked by alias); 10 Apr 2014 17:41:02 -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 14336 invoked by uid 89); 10 Apr 2014 17:41:01 -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:41:00 +0000 Received: from localhost (localhost.localdomain [127.0.0.1]) by filtered-rock.gnat.com (Postfix) with ESMTP id F05A71160DF; Thu, 10 Apr 2014 13:40:58 -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 tNhnjIktFcjs; Thu, 10 Apr 2014 13:40:58 -0400 (EDT) Received: from joel.gnat.com (localhost.localdomain [127.0.0.1]) by rock.gnat.com (Postfix) with ESMTP id BE8E81160CF; Thu, 10 Apr 2014 13:40:58 -0400 (EDT) Received: by joel.gnat.com (Postfix, from userid 1000) id DC45FE0D03; Thu, 10 Apr 2014 10:41:01 -0700 (PDT) Date: Thu, 10 Apr 2014 17:41:00 -0000 From: Joel Brobecker To: Pierre Langlois Cc: gdb-patches@sourceware.org Subject: Re: [PATCH] Backport AVR fixes Message-ID: <20140410174101.GA27126@adacore.com> References: <5346C72D.70601@embecosm.com> <20140410173837.GL4250@adacore.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20140410173837.GL4250@adacore.com> User-Agent: Mutt/1.5.21 (2010-09-15) X-SW-Source: 2014-04/txt/msg00190.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. 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, -- Joel