diff options
author | Andrew Cagney <cagney@redhat.com> | 2000-03-27 07:31:37 +0000 |
---|---|---|
committer | Andrew Cagney <cagney@redhat.com> | 2000-03-27 07:31:37 +0000 |
commit | e7d0728ac1f3df93167fcad12c53be92ea98dda5 (patch) | |
tree | 3d359935b8adfad3b154860683c4101b1bfc3312 /gdb/acconfig.h | |
parent | ee29d710d1ee07c8fd4e3745dff08da1979542c1 (diff) | |
download | binutils-gdb-e7d0728ac1f3df93167fcad12c53be92ea98dda5.tar.gz |
Move default definition of HAVE_PTRACE_GETREGS to acconfig.h.
Diffstat (limited to 'gdb/acconfig.h')
-rw-r--r-- | gdb/acconfig.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/gdb/acconfig.h b/gdb/acconfig.h index 97d31adf010..9b7f514467c 100644 --- a/gdb/acconfig.h +++ b/gdb/acconfig.h @@ -84,4 +84,7 @@ #undef HAVE_STRUCT_MEMBER_SS_WIDE /* Define if <sys/ptrace.h> defines the PTRACE_GETXFPREGS request. */ +#undef HAVE_PTRACE_GETREGS + +/* Define if <sys/ptrace.h> defines the PTRACE_GETXFPREGS request. */ #undef HAVE_PTRACE_GETXFPREGS |