diff options
author | Pedro Alves <palves@redhat.com> | 2016-10-19 14:35:06 +0100 |
---|---|---|
committer | Pedro Alves <palves@redhat.com> | 2016-10-19 14:35:06 +0100 |
commit | f77a9b48608c64dac2c9c59db681d0168acf69e9 (patch) | |
tree | 1a5a17d52d97060ea58d4072e4d3351ca9b03f2e /gdb/config.in | |
parent | 008a97eff0cabd416d18239eccd5267af6e965f3 (diff) | |
download | gdb-f77a9b48608c64dac2c9c59db681d0168acf69e9.zip gdb-f77a9b48608c64dac2c9c59db681d0168acf69e9.tar.gz gdb-f77a9b48608c64dac2c9c59db681d0168acf69e9.tar.bz2 |
Regen gdb/config.in
gdb/ChangeLog:
2016-10-19 Pedro Alves <palves@redhat.com>
* config.in: Regenerate.
Diffstat (limited to 'gdb/config.in')
-rw-r--r-- | gdb/config.in | 6 |
1 files changed, 3 insertions, 3 deletions
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 |