Buildroot Archive on lore.kernel.org
 help / color / mirror / Atom feed
From: Peter Korsgaard <peter@korsgaard.com>
To: buildroot@busybox.net
Subject: [Buildroot] [PATCH 5/6] gdb: bump 7.9 series to 7.9.1
Date: Tue, 23 Jun 2015 00:23:47 +0200	[thread overview]
Message-ID: <87pp4n7570.fsf@dell.be.48ers.dk> (raw)
In-Reply-To: <1434292411-5003-6-git-send-email-thomas.petazzoni@free-electrons.com> (Thomas Petazzoni's message of "Sun, 14 Jun 2015 16:33:30 +0200")

>>>>> "Thomas" == Thomas Petazzoni <thomas.petazzoni@free-electrons.com> writes:

 > Note that both gdb 7.9 and 7.9.1 fail to build in a chroot without
 > texinfo, due to the infamous makeinfo issue. This should be fixed
 > separately.

 > Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
 > ---
 >  package/gdb/{7.9 => 7.9.1}/0001-gdbserver-fix-uClibc-whithout-MMU.patch | 0
 >  .../{7.9 => 7.9.1}/0002-gdbserver-xtensa-drop-xtensa_usrregs_info.patch | 0
 >  .../0003-gdbserver-xtensa-fix-typo-in-XCHAL_HAVE_LOOPS.patch            | 0
 >  package/gdb/Config.in.host                                              | 2 +-
 >  package/gdb/gdb.hash                                                    | 2 +-
 >  5 files changed, 2 insertions(+), 2 deletions(-)
 >  rename package/gdb/{7.9 => 7.9.1}/0001-gdbserver-fix-uClibc-whithout-MMU.patch (100%)
 >  rename package/gdb/{7.9 => 7.9.1}/0002-gdbserver-xtensa-drop-xtensa_usrregs_info.patch (100%)
 >  rename package/gdb/{7.9 => 7.9.1}/0003-gdbserver-xtensa-fix-typo-in-XCHAL_HAVE_LOOPS.patch (100%)

 > diff --git a/package/gdb/7.9/0001-gdbserver-fix-uClibc-whithout-MMU.patch b/package/gdb/7.9.1/0001-gdbserver-fix-uClibc-whithout-MMU.patch
 > similarity index 100%
 > rename from package/gdb/7.9/0001-gdbserver-fix-uClibc-whithout-MMU.patch
 > rename to package/gdb/7.9.1/0001-gdbserver-fix-uClibc-whithout-MMU.patch
 > diff --git a/package/gdb/7.9/0002-gdbserver-xtensa-drop-xtensa_usrregs_info.patch b/package/gdb/7.9.1/0002-gdbserver-xtensa-drop-xtensa_usrregs_info.patch
 > similarity index 100%
 > rename from package/gdb/7.9/0002-gdbserver-xtensa-drop-xtensa_usrregs_info.patch
 > rename to package/gdb/7.9.1/0002-gdbserver-xtensa-drop-xtensa_usrregs_info.patch
 > diff --git a/package/gdb/7.9/0003-gdbserver-xtensa-fix-typo-in-XCHAL_HAVE_LOOPS.patch b/package/gdb/7.9.1/0003-gdbserver-xtensa-fix-typo-in-XCHAL_HAVE_LOOPS.patch
 > similarity index 100%
 > rename from package/gdb/7.9/0003-gdbserver-xtensa-fix-typo-in-XCHAL_HAVE_LOOPS.patch
 > rename to package/gdb/7.9.1/0003-gdbserver-xtensa-fix-typo-in-XCHAL_HAVE_LOOPS.patch
 > diff --git a/package/gdb/Config.in.host b/package/gdb/Config.in.host
 > index 6b0ca9b..b0046b5 100644
 > --- a/package/gdb/Config.in.host
 > +++ b/package/gdb/Config.in.host
 > @@ -53,4 +53,4 @@ config BR2_GDB_VERSION
 >  	default "6be65fb56ea6694a9260733a536a023a1e2d4d57" if BR2_microblaze
 >  	default "7.7.1"    if BR2_GDB_VERSION_7_7
 >  	default "7.8.2"	   if BR2_GDB_VERSION_7_8 || !BR2_PACKAGE_HOST_GDB
 > -	default "7.9"      if BR2_GDB_VERSION_7_9
 > +	default "7.9.1"      if BR2_GDB_VERSION_7_9

Committed with the white space trimmed so this aligns up with the other
lines.

-- 
Bye, Peter Korsgaard

  reply	other threads:[~2015-06-22 22:23 UTC|newest]

Thread overview: 20+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-06-14 14:33 [Buildroot] [PATCH 0/6] Internal toolchain backend updates Thomas Petazzoni
2015-06-14 14:33 ` [Buildroot] [PATCH 1/6] uclibc: bump uClibc-ng to 1.0.3 Thomas Petazzoni
2015-06-14 19:03   ` Waldemar Brodkorb
2015-06-14 20:40     ` Thomas Petazzoni
2015-06-22 22:17   ` Peter Korsgaard
2015-06-14 14:33 ` [Buildroot] [PATCH 2/6] uclibc: add libgcc_s_resume fix Thomas Petazzoni
2015-06-14 16:24   ` Baruch Siach
2015-06-14 20:33     ` Thomas Petazzoni
2015-06-22 22:28       ` Peter Korsgaard
2015-06-14 14:33 ` [Buildroot] [PATCH 3/6] gcc: add support for gcc 5.1 Thomas Petazzoni
2015-06-20 15:12   ` Bernd Kuhls
2015-06-20 15:38     ` Bernd Kuhls
2015-06-22 22:27       ` Peter Korsgaard
2015-06-22 22:18   ` Peter Korsgaard
2015-06-14 14:33 ` [Buildroot] [PATCH 4/6] gcc: switch to gcc 4.9 as the default version Thomas Petazzoni
2015-06-22 22:19   ` Peter Korsgaard
2015-06-14 14:33 ` [Buildroot] [PATCH 5/6] gdb: bump 7.9 series to 7.9.1 Thomas Petazzoni
2015-06-22 22:23   ` Peter Korsgaard [this message]
2015-06-14 14:33 ` [Buildroot] [PATCH 6/6] toolchain-buildroot: mark eglibc as deprecated Thomas Petazzoni
2015-06-22 22:24   ` Peter Korsgaard

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=87pp4n7570.fsf@dell.be.48ers.dk \
    --to=peter@korsgaard.com \
    --cc=buildroot@busybox.net \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox