summaryrefslogtreecommitdiff
path: root/gdb/configure.ac
diff options
context:
space:
mode:
authorJan Kratochvil <jan.kratochvil@redhat.com>2012-07-02 20:31:06 +0000
committerJan Kratochvil <jan.kratochvil@redhat.com>2012-07-02 20:31:06 +0000
commit561265fa8c0eada27eea13917b1ae8ec51c914b0 (patch)
treec704a2b872490cbe2fda04a7cbd1cf68890b3e57 /gdb/configure.ac
parent4308a63f296b09af42e3206bf9a7b11b3bc05668 (diff)
downloadgdb-561265fa8c0eada27eea13917b1ae8ec51c914b0.tar.gz
gdb/
* config.in: Regenerate. * configure: Regenerate. * configure.ac: Remove check for gnu/libc-version.h. * linux-thread-db.c <HAVE_GNU_LIBC_VERSION_H>: Remove include of gnu/libc-version.h. (enable_thread_event_reporting) <HAVE_GNU_LIBC_VERSION_H>: Remove variables libc_version, libc_major and libc_minor. Replace sscanf by inferior_has_bug. Extend the comment.
Diffstat (limited to 'gdb/configure.ac')
-rw-r--r--gdb/configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/configure.ac b/gdb/configure.ac
index d52bd15d33d..f3d75b16af4 100644
--- a/gdb/configure.ac
+++ b/gdb/configure.ac
@@ -1022,7 +1022,7 @@ AC_HEADER_STDC
# FIXME: kettenis/20030102: In most cases we include these (ctype.h, time.h)
# unconditionally, so what's the point in checking these?
AC_CHECK_HEADERS([nlist.h machine/reg.h poll.h sys/poll.h proc_service.h \
- thread_db.h gnu/libc-version.h signal.h stddef.h \
+ thread_db.h signal.h stddef.h \
stdlib.h string.h memory.h strings.h sys/fault.h \
sys/file.h sys/filio.h sys/ioctl.h sys/param.h \
sys/resource.h sys/procfs.h sys/ptrace.h ptrace.h \