public inbox for crossgcc@sourceware.org
 help / color / mirror / Atom feed
* [PATCH] debug/gdb: add gdb 7.5.1 and gdb 7.6.1
@ 2013-11-16 11:08 Daniel Zimmermann
  2013-11-16 17:16 ` Yann E. MORIN
  0 siblings, 1 reply; 2+ messages in thread
From: Daniel Zimmermann @ 2013-11-16 11:08 UTC (permalink / raw)
  To: Yann E. MORIN; +Cc: crossgcc

# HG changeset patch
# User Daniel Zimmermann <netzimme@gmail.com>
# Date 1384598011 -3600
#      Sat Nov 16 11:33:31 2013 +0100
# Node ID 2fc4afda19bca864dd9cccf7f58b1816aecadf14
# Parent  b76147cfdfee89332db1900128642b60772b85ee
debug/gdb: add gdb 7.5.1 and gdb 7.6.1

add gdb version 7.5.1 and gdb version 7.6.1

Signed-off-by: "Daniel Zimmermann" <netzimme@gmail.com>

diff -r b76147cfdfee -r 2fc4afda19bc config/debug/gdb.in
--- a/config/debug/gdb.in	Fri Nov 15 21:35:27 2013 +0100
+++ b/config/debug/gdb.in	Sat Nov 16 11:33:31 2013 +0100
@@ -33,6 +33,13 @@
 # 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 @@
     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 @@
     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

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

^ permalink raw reply	[flat|nested] 2+ messages in thread

* debug/gdb: add gdb 7.5.1 and gdb 7.6.1
  2013-11-16 11:08 [PATCH] debug/gdb: add gdb 7.5.1 and gdb 7.6.1 Daniel Zimmermann
@ 2013-11-16 17:16 ` Yann E. MORIN
  0 siblings, 0 replies; 2+ messages in thread
From: Yann E. MORIN @ 2013-11-16 17:16 UTC (permalink / raw)
  To: Daniel Zimmermann, Yann E. MORIN; +Cc: crossgcc

Daniel, All,

Your patch:
    debug/gdb: add gdb 7.5.1 and gdb 7.6.1

has been applied as: #48f5cb844d26
    http://crosstool-ng.org/hg/crosstool-ng/rev/48f5cb844d26

Thank you!

Regards,
Yann E. MORIN.



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

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2013-11-16 17:16 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2013-11-16 11:08 [PATCH] debug/gdb: add gdb 7.5.1 and gdb 7.6.1 Daniel Zimmermann
2013-11-16 17:16 ` Yann E. MORIN

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).