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 2 of 2] kconfig: bump Linaro GDB revision to 2011.05-0


# HG changeset patch
# User "BenoÃt THÃBAUDEAU" <benoit.thebaudeau@advansee.com>
# Date 1306351263 -7200
# Node ID 8fe63603d95fb394d5b9f6dee04a580046150415
# Parent  1de8382357ef03ed03b200cb0131271e68948ece
kconfig: bump Linaro GDB revision to 2011.05-0

This patch bumps the Linaro GDB revision to 2011.05-0.

Signed-off-by: "BenoÃt THÃBAUDEAU" <benoit.thebaudeau@advansee.com>

diff --git a/config/debug/gdb.in b/config/debug/gdb.in
--- a/config/debug/gdb.in
+++ b/config/debug/gdb.in
@@ -34,9 +34,9 @@
 # Don't remove next line
 # CT_INSERT_VERSION_BELOW
 
-config GDB_V_linaro_7_2_2011_04_0
+config GDB_V_linaro_7_2_2011_05_0
     bool
-    prompt "linaro-7.2-2011.04-0 (EXPERIMENTAL)"
+    prompt "linaro-7.2-2011.05-0 (EXPERIMENTAL)"
     depends on DEBUG_GDB_SHOW_LINARO
     select GDB_7_0_or_later
 
@@ -77,7 +77,7 @@
     string
 # Don't remove next line
 # CT_INSERT_VERSION_STRING_BELOW
-    default "linaro-7.2-2011.04-0" if GDB_V_linaro_7_2_2011_04_0
+    default "linaro-7.2-2011.05-0" if GDB_V_linaro_7_2_2011_05_0
     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

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