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.
This commit is contained in:
parent
fcb4437118
commit
8775fd2d8d
5 changed files with 20 additions and 21 deletions
2
gdb/configure
vendored
2
gdb/configure
vendored
|
@ -8850,7 +8850,7 @@ fi
|
|||
# FIXME: kettenis/20030102: In most cases we include these (ctype.h, time.h)
|
||||
# unconditionally, so what's the point in checking these?
|
||||
for ac_header in 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 \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue