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 3 of 3] debug/gdb: update GDB revisions


# HG changeset patch
# User "BenoÃt THÃBAUDEAU" <benoit.thebaudeau@advansee.com>
# Date 1313676348 -7200
# Node ID 7df9b5aac7b464b8b21862a550973998527ee704
# Parent  3b2af502748d1e4544ab60707a9ccaa01bf80102
debug/gdb: update GDB revisions

Update 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,6 +34,18 @@
 # Don't remove next line
 # CT_INSERT_VERSION_BELOW
 
+config GDB_V_linaro_7_3_2011_08
+    bool
+    prompt "linaro-7.3-2011.08 (EXPERIMENTAL)"
+    depends on DEBUG_GDB_SHOW_LINARO
+    select GDB_7_0_or_later
+
+config GDB_V_7_3
+    bool
+    prompt "7.3 (EXPERIMENTAL)"
+    depends on EXPERIMENTAL
+    select GDB_7_0_or_later
+
 config GDB_V_linaro_7_2_2011_05_0
     bool
     prompt "linaro-7.2-2011.05-0 (EXPERIMENTAL)"
@@ -85,6 +97,8 @@
     string
 # Don't remove next line
 # CT_INSERT_VERSION_STRING_BELOW
+    default "linaro-7.3-2011.08" if GDB_V_linaro_7_3_2011_08
+    default "7.3" if GDB_V_7_3
     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

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