X-Git-Url: http://git.efficios.com/?a=blobdiff_plain;f=gdb%2Fconfig.in;h=750a8aea94970d455675c3666d209adef77087c7;hb=fd3a5ca16146527fbb53f6e47d17592cba05f1dd;hp=c80d8a8b105a1533449a3205fc8266ecfa95c1e0;hpb=0cf3e697e4236ec4baabbc7aac766580ee30d202;p=deliverable%2Fbinutils-gdb.git diff --git a/gdb/config.in b/gdb/config.in index c80d8a8b10..750a8aea94 100644 --- a/gdb/config.in +++ b/gdb/config.in @@ -93,6 +93,9 @@ /* Define if has struct link_map32 */ #undef HAVE_STRUCT_LINK_MAP32 +/* Define if has link_map32 (solaris sparc-64 target) */ +#undef _SYSCALL32 + /* Define if the prfpregset_t type is broken. */ #undef PRFPREGSET_T_BROKEN @@ -160,6 +163,9 @@ /* Define if defines the PT_GETDBREGS request. */ #undef HAVE_PT_GETDBREGS +/* Define if defines the PT_GETXMMREGS request. */ +#undef HAVE_PT_GETXMMREGS + /* Define if gnu-regex.c included with GDB should be used. */ #undef USE_INCLUDED_REGEX @@ -199,6 +205,9 @@ /* Define if you have the bzero function. */ #undef HAVE_BZERO +/* Define if you have the canonicalize_file_name function. */ +#undef HAVE_CANONICALIZE_FILE_NAME + /* Define if you have the dcgettext function. */ #undef HAVE_DCGETTEXT @@ -220,6 +229,9 @@ /* Define if you have the putenv function. */ #undef HAVE_PUTENV +/* Define if you have the realpath function. */ +#undef HAVE_REALPATH + /* Define if you have the sbrk function. */ #undef HAVE_SBRK @@ -271,9 +283,6 @@ /* Define if you have the header file. */ #undef HAVE_DIRENT_H -/* Define if you have the header file. */ -#undef HAVE_ENDIAN_H - /* Define if you have the header file. */ #undef HAVE_LIMITS_H @@ -340,12 +349,12 @@ /* Define if you have the header file. */ #undef HAVE_SYS_FILE_H -/* Define if you have the header file. */ -#undef HAVE_SYS_IOCTL_H - /* Define if you have the header file. */ #undef HAVE_SYS_FILIO_H +/* Define if you have the header file. */ +#undef HAVE_SYS_IOCTL_H + /* Define if you have the header file. */ #undef HAVE_SYS_NDIR_H @@ -451,6 +460,9 @@ /* Define if strstr is not declared in system header files. */ #undef NEED_DECLARATION_STRSTR +/* Define if canonicalize_file_name is not declared in system header files. */ +#undef NEED_DECLARATION_CANONICALIZE_FILE_NAME + /* Define if has pstatus_t. */ #undef HAVE_PSTATUS_T