public inbox for crossgcc@sourceware.org
 help / color / mirror / Atom feed
From: Daniel Zimmermann <netzimme@gmail.com>
To: crossgcc@sourceware.org
Subject: [patch] add gdb 7.5.1 and gdb 7.6.1
Date: Sun, 20 Oct 2013 20:26:00 -0000	[thread overview]
Message-ID: <CAAeVVV8e-goYQouk_F20jtKUCE_dfKurf9wZpohWjW5g9wzbFg@mail.gmail.com> (raw)

[-- Attachment #1: Type: text/plain, Size: 75 bytes --]

add gdb 7.5.1 and gdb 7.6.1 to the toolchain

greetings,
Daniel Zimmermann

[-- Attachment #2: pump_to_gdb7.5.1_7.6.1.patch --]
[-- Type: application/octet-stream, Size: 1176 bytes --]

--- build/ct-ng/config/debug/gdb.in	2013-10-19 11:58:18.671498366 +0200
+++ source/crosstool-ng-trunk/config/debug/gdb.in	2013-10-19 17:40:18.255929595 +0200
@@ -33,6 +33,13 @@ choice
 # Don't remove next line
 # CT_INSERT_VERSION_BELOW
 
+
+config GDB_V_7_6_1
+    bool
+    prompt "7.6.1"
+    select GDB_7_0_or_later
+    select GDB_7_2_or_later
+
 config GDB_V_linaro_7_6_2013_05
     bool
     prompt "linaro-7.6-2013.05"
@@ -40,6 +47,12 @@ config GDB_V_linaro_7_6_2013_05
     select GDB_7_0_or_later
     select GDB_7_2_or_later
 
+config GDB_V_7_5_1
+    bool
+    prompt "7.5.1"
+    select GDB_7_0_or_later
+    select GDB_7_2_or_later
+
 config GDB_V_linaro_7_5_2012_12_1
     bool
     prompt "linaro-7.5-2012.12-1"
@@ -144,7 +157,9 @@ config GDB_VERSION
     string
 # Don't remove next line
 # CT_INSERT_VERSION_STRING_BELOW
+    default "7.6.1" if GDB_V_7_6_1
     default "linaro-7.6-2013.05" if GDB_V_linaro_7_6_2013_05
+    default "7.5.1" if GDB_V_7_5_1
     default "linaro-7.5-2012.12-1" if GDB_V_linaro_7_5_2012_12_1
     default "linaro-7.4-2012.06" if GDB_V_linaro_7_4_2012_06
     default "7.4.1" if GDB_V_7_4_1

[-- Attachment #3: Type: text/plain, Size: 71 bytes --]

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

             reply	other threads:[~2013-10-20 20:26 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2013-10-20 20:26 Daniel Zimmermann [this message]
2013-11-15 20:03 ` 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=CAAeVVV8e-goYQouk_F20jtKUCE_dfKurf9wZpohWjW5g9wzbFg@mail.gmail.com \
    --to=netzimme@gmail.com \
    --cc=crossgcc@sourceware.org \
    /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).