aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMaxim Kuvyrkov <maxim.kuvyrkov@linaro.org>2016-03-28 14:49:11 +0000
committerLinaro Code Review <review@review.linaro.org>2016-03-28 14:49:11 +0000
commit7bcb7dceb853c00b3fbd46f61f336a28024e6627 (patch)
treee08091ef6b72ecd162f764bbc8d2a7cecd4565d6
parent161688737e8f66bf80a7cc0499906ca84840b925 (diff)
parent3831fd3d512590c444d8eadf41f7ed6797c65dbf (diff)
Merge "Upgrade GDB version to 7.11"
-rw-r--r--config/gdb.conf2
-rw-r--r--config/gdbserver.conf2
2 files changed, 2 insertions, 2 deletions
diff --git a/config/gdb.conf b/config/gdb.conf
index 91fad567..e332488e 100644
--- a/config/gdb.conf
+++ b/config/gdb.conf
@@ -1,7 +1,7 @@
# This is a list of packages that must be installed on the build machine
depends=""
-latest="binutils-gdb.git~gdb-7.10-branch"
+latest="binutils-gdb.git~gdb-7.11-branch"
# If yes, only static linking will be used
static_link=yes
diff --git a/config/gdbserver.conf b/config/gdbserver.conf
index 9414140d..48ede2fb 100644
--- a/config/gdbserver.conf
+++ b/config/gdbserver.conf
@@ -1,7 +1,7 @@
# This is a list of packages that must be installed on the build machine
depends=""
-latest="binutils-gdb.git~gdb-7.10-branch"
+latest="binutils-gdb.git~gdb-7.11-branch"
# If yes, only static linking will be used
static_link=yes