This is the mail archive of the crossgcc@sourceware.org mailing list for the crossgcc project.

See crosstool-NG for lots more information.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[PATCH] debug/gdb: add gdb 7.5.1 and gdb 7.6.1


# 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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]