From bc869246e9838943d99c2c0e3f2bda6c325a77d0 Mon Sep 17 00:00:00 2001 From: John Baldwin Date: Wed, 29 Apr 2015 13:53:45 +0000 Subject: Update to 7.9. - Move changes that have been adopted upstream after 7.9 into extra patches named after the commit to GDB's master branch. This includes previous patches such as the signal trampoline detection fixes and XSAVE support as well as well as new fixes such as fixing 'gcore' to not require procfs. - The tui-io.c patch previously needed with new readline has been accepted upstream. - The remaining patches have been updated to apply cleanly. - The threads target has been fixed to actually pass register requests for LWP-backed threads down to the ptrace backends without detouring via libthread_db which actually fixes AVX with threads. PR: 199451 Differential Revision: https://reviews.freebsd.org/D2293 Approved by: bapt, luca.pizzamiglio@gmail.com (maintainer) --- devel/gdb/files/patch-gdb-configure | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) (limited to 'devel/gdb/files/patch-gdb-configure') diff --git a/devel/gdb/files/patch-gdb-configure b/devel/gdb/files/patch-gdb-configure index 3ec1b2dd381f..ed1f2de44f91 100644 --- a/devel/gdb/files/patch-gdb-configure +++ b/devel/gdb/files/patch-gdb-configure @@ -1,6 +1,8 @@ ---- gdb/configure.orig 2014-07-29 14:37:42.000000000 +0200 -+++ gdb/configure 2014-10-01 14:21:14.902231511 +0200 -@@ -11485,7 +11485,8 @@ +diff --git gdb/configure gdb/configure +index 355f190..9c60e01 100755 +--- gdb/configure ++++ gdb/configure +@@ -11423,7 +11423,8 @@ fi # See if supports the %fs and %gs i386 segment registers. # Older i386 BSD's don't have the r_fs and r_gs members of `struct reg'. @@ -10,7 +12,7 @@ " if test "x$ac_cv_member_struct_reg_r_fs" = x""yes; then : -@@ -11495,7 +11496,8 @@ +@@ -11433,7 +11434,8 @@ _ACEOF fi @@ -20,7 +22,7 @@ " if test "x$ac_cv_member_struct_reg_r_gs" = x""yes; then : -@@ -13007,10 +13009,9 @@ +@@ -12945,10 +12947,9 @@ fi build_warnings="-Wall -Wdeclaration-after-statement -Wpointer-arith \ -Wpointer-sign \ -- cgit v1.2.3