diff mbox

debug/gdb: add gdb 7.5.1 and gdb 7.6.1

Message ID 2fc4afda19bca864dd9c.1384600083@haus-VirtualBox
State Accepted
Commit 48f5cb844d26
Headers show

Commit Message

Daniel Zimmermann Nov. 16, 2013, 11:08 a.m. UTC
# 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>


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

Comments

Yann E. MORIN Nov. 16, 2013, 5:15 p.m. UTC | #1
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
diff mbox

Patch

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