gdbserver/linux-ia64-low: fix a build-breaking typo
[deliverable/binutils-gdb.git] / gdbserver / configure.ac
index 755cc28cee9c0ca2f51dfb378ac55c3b0f3d69c0..090a6dcdb6e92ae6d4a13fa6f68a6dc8ba0ab83a 100644 (file)
@@ -145,14 +145,6 @@ libiberty_INIT
 
 AC_CHECK_DECLS([perror, vasprintf, vsnprintf])
 
-# See if <sys/user.h> supports the %fs_base and %gs_bas amd64 segment registers.
-# Older amd64 Linux's don't have the fs_base and gs_base members of
-# `struct user_regs_struct'.
-AC_CHECK_MEMBERS([struct user_regs_struct.fs_base, struct user_regs_struct.gs_base],
-     [], [], [#include <sys/types.h>
-#include <sys/user.h>])
-
-
 AC_CHECK_TYPES(socklen_t, [], [],
 [#include <sys/types.h>
 #include <sys/socket.h>
This page took 0.023498 seconds and 4 git commands to generate.