* configure.ac: Define HAVE_LINUX_REGSETS even if PTRACE_GETREGS
[deliverable/binutils-gdb.git] / gdb / gdbserver / config.in
index b9ea6a1c86dbc5bd40770fb596d9fbf62e364524..f1f264f0bfe600b78ab9672a58d8fd903cf86eca 100644 (file)
@@ -13,7 +13,7 @@
 /* Define to 1 if you have the <linux/elf.h> header file. */
 #undef HAVE_LINUX_ELF_H
 
-/* Define if the target supports PTRACE_GETREGS for register access. */
+/* Define if the target supports register sets. */
 #undef HAVE_LINUX_REGSETS
 
 /* Define if the target supports PTRACE_PEEKUSR for register access. */
@@ -41,6 +41,9 @@
    access. */
 #undef HAVE_PTRACE_GETFPXREGS
 
+/* Define if the target supports PTRACE_GETREGS for register access. */
+#undef HAVE_PTRACE_GETREGS
+
 /* Define to 1 if you have the <sgtty.h> header file. */
 #undef HAVE_SGTTY_H
 
This page took 0.026605 seconds and 4 git commands to generate.