This is the mail archive of the gdb-cvs@sourceware.org mailing list for the GDB project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[binutils-gdb] Regen gdb/config.in


https://sourceware.org/git/gitweb.cgi?p=binutils-gdb.git;h=f77a9b48608c64dac2c9c59db681d0168acf69e9

commit f77a9b48608c64dac2c9c59db681d0168acf69e9
Author: Pedro Alves <palves@redhat.com>
Date:   Wed Oct 19 14:35:06 2016 +0100

    Regen gdb/config.in
    
    gdb/ChangeLog:
    2016-10-19  Pedro Alves  <palves@redhat.com>
    
    	* config.in: Regenerate.

Diff:
---
 gdb/ChangeLog | 4 ++++
 gdb/config.in | 6 +++---
 2 files changed, 7 insertions(+), 3 deletions(-)

diff --git a/gdb/ChangeLog b/gdb/ChangeLog
index 80215df..7fc2b90 100644
--- a/gdb/ChangeLog
+++ b/gdb/ChangeLog
@@ -1,3 +1,7 @@
+2016-10-19  Pedro Alves  <palves@redhat.com>
+
+	* config.in: Regenerate.
+
 2016-10-18  Pedro Alves  <palves@redhat.com>
 
 	* common/common-defs.h (__STDC_CONSTANT_MACROS)
diff --git a/gdb/config.in b/gdb/config.in
index c82a5b4..3790d10 100644
--- a/gdb/config.in
+++ b/gdb/config.in
@@ -453,12 +453,12 @@
 /* Define to 1 if your system has struct lwp. */
 #undef HAVE_STRUCT_LWP
 
-/* Define to 1 if `struct ptrace_lwpinfo' is a member of `pl_tdname'. */
-#undef HAVE_STRUCT_PTRACE_LWPINFO_PL_TDNAME
-
 /* Define to 1 if `struct ptrace_lwpinfo' is a member of `pl_syscall_code'. */
 #undef HAVE_STRUCT_PTRACE_LWPINFO_PL_SYSCALL_CODE
 
+/* Define to 1 if `struct ptrace_lwpinfo' is a member of `pl_tdname'. */
+#undef HAVE_STRUCT_PTRACE_LWPINFO_PL_TDNAME
+
 /* Define to 1 if your system has struct reg in <machine/reg.h>. */
 #undef HAVE_STRUCT_REG


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