This is the mail archive of the
gdb-patches@sourceware.org
mailing list for the GDB project.
Re: [PATCH] Backport AVR fixes
- From: Joel Brobecker <brobecker at adacore dot com>
- To: Pierre Langlois <pierre dot langlois at embecosm dot com>
- Cc: gdb-patches at sourceware dot org
- Date: Thu, 10 Apr 2014 10:41:01 -0700
- Subject: Re: [PATCH] Backport AVR fixes
- Authentication-results: sourceware.org; auth=none
- References: <5346C72D dot 70601 at embecosm dot com> <20140410173837 dot GL4250 at adacore dot com>
> > 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 <pierre.langlois@embecosm.com>
> >
> > * 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