diff options
Diffstat (limited to 'gdb/acconfig.h')
-rw-r--r-- | gdb/acconfig.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/gdb/acconfig.h b/gdb/acconfig.h new file mode 100644 index 0000000..2dec654 --- /dev/null +++ b/gdb/acconfig.h @@ -0,0 +1,6 @@ + +/* Define if fpregset_t type is available. */ +#undef HAVE_FPREGSET_T + +/* Define if gregset_t type is available. */ +#undef HAVE_GREGSET_T |