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] debug/gdb: update Linaro GDB revisions to 2011.10


# HG changeset patch
# User "BenoÃt THÃBAUDEAU" <benoit.thebaudeau@advansee.com>
# Date 1318526164 -7200
# Node ID a8380f023dc3084dac6770aac2f8c13c96cd93d4
# Parent  a26ba8a09cd8cee8289b00d13ddcf0967120fb44
debug/gdb: update Linaro GDB revisions to 2011.10

Update Linaro GDB with the latest available revisions.

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_3_2011_09
+config GDB_V_linaro_7_3_2011_10
     bool
-    prompt "linaro-7.3-2011.09 (EXPERIMENTAL)"
+    prompt "linaro-7.3-2011.10 (EXPERIMENTAL)"
     depends on DEBUG_GDB_SHOW_LINARO
     select GDB_7_0_or_later
 
@@ -97,7 +97,7 @@
     string
 # Don't remove next line
 # CT_INSERT_VERSION_STRING_BELOW
-    default "linaro-7.3-2011.09" if GDB_V_linaro_7_3_2011_09
+    default "linaro-7.3-2011.10" if GDB_V_linaro_7_3_2011_10
     default "7.3a" if GDB_V_7_3a
     default "linaro-7.2-2011.05-0" if GDB_V_linaro_7_2_2011_05_0
     default "7.2a" if GDB_V_7_2a

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