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: update Linaro GDB revisions to 2012.12


# HG changeset patch
# User "BenoÃt ThÃbaudeau" <benoit.thebaudeau@advansee.com>
# Date 1355226021 -3600
# Node ID f37c710b8eb881abde4f0d15b4bcc86930e835f3
# Parent  3829050af02adff0e54fb0cf93844c3fab553873
debug/gdb: update Linaro GDB revisions to 2012.12

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_5_2012_09
+config GDB_V_linaro_7_5_2012_12
     bool
-    prompt "linaro-7.5-2012.09 (EXPERIMENTAL)"
+    prompt "linaro-7.5-2012.12 (EXPERIMENTAL)"
     depends on DEBUG_GDB_SHOW_LINARO
     select GDB_7_0_or_later
     select GDB_7_2_or_later
@@ -146,7 +146,7 @@
     string
 # Don't remove next line
 # CT_INSERT_VERSION_STRING_BELOW
-    default "linaro-7.5-2012.09" if GDB_V_linaro_7_5_2012_09
+    default "linaro-7.5-2012.12" if GDB_V_linaro_7_5_2012_12
     default "linaro-7.4-2012.06" if GDB_V_linaro_7_4_2012_06
     default "7.4.1" if GDB_V_7_4_1
     default "7.4" if GDB_V_7_4

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