summaryrefslogtreecommitdiff
path: root/devel/gdb/files/patch-gdb-configure
diff options
context:
space:
mode:
authorJohn Baldwin <jhb@FreeBSD.org>2015-04-29 13:53:45 +0000
committerJohn Baldwin <jhb@FreeBSD.org>2015-04-29 13:53:45 +0000
commitbc869246e9838943d99c2c0e3f2bda6c325a77d0 (patch)
treed9bb7f99a01d6552a99e35414062781ad97ef441 /devel/gdb/files/patch-gdb-configure
parentdevel/onscripter: unbreak build against lang/lua53 (diff)
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)
Notes
Notes: svn path=/head/; revision=384978
Diffstat (limited to 'devel/gdb/files/patch-gdb-configure')
-rw-r--r--devel/gdb/files/patch-gdb-configure12
1 files changed, 7 insertions, 5 deletions
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 <machine/reg.h> 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 \