public inbox for crossgcc@sourceware.org
 help / color / mirror / Atom feed
From: Bryan Hundven <bryanhundven@gmail.com>
To: "Yann E. MORIN" <yann.morin.1998@free.fr>
Cc: crossgcc@sourceware.org,	Bryan Hundven <bryanhundven@gmail.com>
Subject: [PATCH 1/3] [config/gdb] Add gdb 7.8
Date: Fri, 15 Aug 2014 22:21:00 -0000	[thread overview]
Message-ID: <1408141290-19515-2-git-send-email-bryanhundven@gmail.com> (raw)
In-Reply-To: <1408141290-19515-1-git-send-email-bryanhundven@gmail.com>

Add updated gdb 7.8 to the available versions of gdb.

Signed-off-by: Bryan Hundven <bryanhundven@gmail.com>
---
 config/debug/gdb.in | 6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/config/debug/gdb.in b/config/debug/gdb.in
index 35123a9..3aaff8e 100644
--- a/config/debug/gdb.in
+++ b/config/debug/gdb.in
@@ -33,6 +33,11 @@ choice
 # Don't remove next line
 # CT_INSERT_VERSION_BELOW
 
+config GDB_V_7_8
+    bool
+    prompt "7.8"
+    select GDB_7_2_or_later
+
 config GDB_V_7_7_1
     bool
     prompt "7.7.1"
@@ -154,6 +159,7 @@ config GDB_VERSION
     string
 # Don't remove next line
 # CT_INSERT_VERSION_STRING_BELOW
+    default "7.8" if GDB_V_7_8
     default "7.7.1" if GDB_V_7_7_1
     default "7.7" if GDB_V_7_7
     default "7.6.1" if GDB_V_7_6_1
-- 
2.1.0.rc1


--
For unsubscribe information see http://sourceware.org/lists.html#faq

  reply	other threads:[~2014-08-15 22:21 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2014-08-15 22:21 [PATCH 0/3] Updates to config/gdb Bryan Hundven
2014-08-15 22:21 ` Bryan Hundven [this message]
2014-08-15 22:21 ` [PATCH 3/3] [config/gdb] Add GDB_HAS_PYTHON Bryan Hundven
2014-08-15 22:21 ` [PATCH 2/3] [config/gdb] Update GDB version dependencies Bryan Hundven
2014-08-15 23:49   ` Bryan Hundven
2014-08-17 22:10 ` [PATCH v2 0/2] Updates to config/gdb Bryan Hundven
2014-08-17 22:10   ` [PATCH 1/2] [config/gdb] Add gdb 7.8 Bryan Hundven
2014-08-17 22:10   ` [PATCH 2/2] [config/gdb] Add GDB_HAS_PYTHON Bryan Hundven
2014-08-26 21:49   ` [PATCH v2 0/2] Updates to config/gdb Yann E. MORIN

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=1408141290-19515-2-git-send-email-bryanhundven@gmail.com \
    --to=bryanhundven@gmail.com \
    --cc=crossgcc@sourceware.org \
    --cc=yann.morin.1998@free.fr \
    /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;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).