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

See the CrossGCC FAQ 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: Update version to 7.2


# HG changeset patch
# User Jon Ringle <jon@ringle.org>
# Date 1288377737 14400
# Node ID 74c31dc6e1bc7de115abc0a6856355021c7fbb7e
# Parent  c27380b7204665b700433bb833f7e46d39dc8de7
debug/gdb: Update version to 7.2

Signed-off-by: Jon Ringle <jon@ringle.org>

diff -r c27380b72046 -r 74c31dc6e1bc config/debug/gdb.in
--- a/config/debug/gdb.in	Sat Oct 23 23:29:46 2010 +0200
+++ b/config/debug/gdb.in	Fri Oct 29 14:42:17 2010 -0400
@@ -15,6 +15,12 @@
 # Don't remove next line
 # CT_INSERT_VERSION_BELOW
 
+config GDB_V_7_2
+    bool
+    prompt "7.2 (EXPERIMENTAL)"
+    depends on EXPERIMENTAL
+    select GDB_7_0_or_later
+
 config GDB_V_7_1
     bool
     prompt "7.1 (EXPERIMENTAL)"
@@ -46,6 +52,7 @@
     string
 # Don't remove next line
 # CT_INSERT_VERSION_STRING_BELOW
+    default "7.2" if GDB_V_7_2
     default "7.1" if GDB_V_7_1
     default "7.0.1" if GDB_V_7_0_1
     default "7.0" if GDB_V_7_0

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