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: pump gdb to version 7.7


# HG changeset patch
# User Daniel Zimmermann <netzimme@gmail.com>
# Date 1392475797 -3600
#      Sat Feb 15 15:49:57 2014 +0100
# Node ID a1bcc8a58a4613f0b8bf7abffaf2416443289125
# Parent  a8cb9039fadee8d34669d83824c8eb1f56805691
debug/gdb: pump gdb to version 7.7

pump gdb to version 7.7

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

diff -r a8cb9039fade -r a1bcc8a58a46 config/debug/gdb.in
--- a/config/debug/gdb.in	Tue Feb 11 21:34:48 2014 +0100
+++ b/config/debug/gdb.in	Sat Feb 15 15:49:57 2014 +0100
@@ -34,6 +34,13 @@
 # CT_INSERT_VERSION_BELOW
 
 
+config GDB_V_7_7
+    bool
+    prompt "7.7"
+    select GDB_7_0_or_later
+    select GDB_7_2_or_later
+
+
 config GDB_V_7_6_1
     bool
     prompt "7.6.1"
@@ -157,6 +164,7 @@
     string
 # Don't remove next line
 # CT_INSERT_VERSION_STRING_BELOW
+    default "7.7" if GDB_V_7_7
     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

--
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]