summaryrefslogtreecommitdiff
path: root/gdb/gdbserver/acconfig.h
diff options
context:
space:
mode:
Diffstat (limited to 'gdb/gdbserver/acconfig.h')
-rw-r--r--gdb/gdbserver/acconfig.h9
1 files changed, 9 insertions, 0 deletions
diff --git a/gdb/gdbserver/acconfig.h b/gdb/gdbserver/acconfig.h
new file mode 100644
index 00000000000..968feb8b436
--- /dev/null
+++ b/gdb/gdbserver/acconfig.h
@@ -0,0 +1,9 @@
+/* Define if the target supports PTRACE_PEEKUSR for register access. */
+#undef HAVE_LINUX_USRREGS
+
+/* Define if the target supports PTRACE_GETREGS for register access. */
+#undef HAVE_LINUX_REGSETS
+
+/* Define if the target supports PTRACE_GETFPXREGS for extended
+ register access. */
+#undef HAVE_PTRACE_GETFPXREGS