summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSam Thursfield <sam.thursfield@codethink.co.uk>2017-06-28 13:07:00 +0000
committerSam Thursfield <sam.thursfield@codethink.co.uk>2017-06-28 14:13:10 +0000
commit14c63560b99609a844a49db1df021e68a7d4852e (patch)
tree1d33d96ff055e772e5e4d28ede4746a75bd0a747
parent78694667008ce1a508c5a4143765b06af486a0ea (diff)
downloaddefinitions-14c63560b99609a844a49db1df021e68a7d4852e.tar.gz
Upgrade GDB to 8.0
This fixes a build failure: amd64-linux-nat.c:497:1: error: conflicting types for 'ps_get_thread_area' ps_get_thread_area (const struct ps_prochandle *ph, ^~~~~~~~~~~~~~~~~~ In file included from gdb_proc_service.h:25:0, from amd64-linux-nat.c:50: /usr/include/proc_service.h:72:17: note: previous declaration of 'ps_get_thread_area' was here extern ps_err_e ps_get_thread_area (struct ps_prochandle *, ^~~~~~~~~~~~~~~~~~ Makefile:1081: recipe for target 'amd64-linux-nat.o' failed make[2]: *** [amd64-linux-nat.o] Error 1
-rw-r--r--elements/tools/gdb.bst4
1 files changed, 2 insertions, 2 deletions
diff --git a/elements/tools/gdb.bst b/elements/tools/gdb.bst
index d5d25ad2..9b5f0f47 100644
--- a/elements/tools/gdb.bst
+++ b/elements/tools/gdb.bst
@@ -4,8 +4,8 @@ depends:
sources:
- kind: git
url: upstream:binutils-gdb
- track: gdb-7.8-branch
- ref: 129ee12d013f4a2f09fe40a33072e6e47e949890
+ track: gdb-8.0-branch
+ ref: cf9e333b2158c90752a1eacd16a9443dff4a59f1
config:
configure-commands:
- ./configure --prefix="%{prefix}" --disable-werror --disable-gas --disable-binutils