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.06


# HG changeset patch
# User "BenoÃt ThÃbaudeau" <benoit.thebaudeau@advansee.com>
# Date 1339707868 -7200
# Node ID 5fb4815bb373b87ab5b0c06ace98c88b8efb9ac6
# Parent  ddc327ebaef2ef192819bbf5aae0151211ff3f70
debug/gdb: update Linaro GDB revisions to 2012.06

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_4_2012_04
+config GDB_V_linaro_7_4_2012_06
     bool
-    prompt "linaro-7.4-2012.04 (EXPERIMENTAL)"
+    prompt "linaro-7.4-2012.06 (EXPERIMENTAL)"
     depends on DEBUG_GDB_SHOW_LINARO
     select GDB_7_0_or_later
     select GDB_7_2_or_later
@@ -111,7 +111,7 @@
     string
 # Don't remove next line
 # CT_INSERT_VERSION_STRING_BELOW
-    default "linaro-7.4-2012.04" if GDB_V_linaro_7_4_2012_04
+    default "linaro-7.4-2012.06" if GDB_V_linaro_7_4_2012_06
     default "linaro-7.3-2011.12" if GDB_V_linaro_7_3_2011_12
     default "7.3a" if GDB_V_7_3a
     default "linaro-7.2-2011.05-0" if GDB_V_linaro_7_2_2011_05_0

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