diff options
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 664bbcf..619b0ae 100644 --- a/gdb/acconfig.h +++ b/gdb/acconfig.h @@ -65,6 +65,9 @@ /* Define if <sys/link.h> has struct link_map32 */ #undef HAVE_STRUCT_LINK_MAP32 +/* Define if <sys/link.h> has link_map32 (solaris sparc-64 target) */ +#undef _SYSCALL32 + /* Define if the prfpregset_t type is broken. */ #undef PRFPREGSET_T_BROKEN |