diff options
author | Jan Kratochvil <jan.kratochvil@redhat.com> | 2012-07-02 20:31:09 +0000 |
---|---|---|
committer | Jan Kratochvil <jan.kratochvil@redhat.com> | 2012-07-02 20:31:09 +0000 |
commit | 8775fd2d8dbaec2ffe735081cce31e259c3b0d44 (patch) | |
tree | 886334047414a8747ba890be36effbe4a323c4ba /gdb/configure.ac | |
parent | fcb4437118d0bbc82cf56f76d00c44c0220c0005 (diff) | |
download | gdb-8775fd2d8dbaec2ffe735081cce31e259c3b0d44.zip gdb-8775fd2d8dbaec2ffe735081cce31e259c3b0d44.tar.gz gdb-8775fd2d8dbaec2ffe735081cce31e259c3b0d44.tar.bz2 |
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.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/configure.ac b/gdb/configure.ac index d52bd15..f3d75b1 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 \ |