From: Joel Sherrill Date: Sat, 23 Mar 2013 15:12:41 +0000 (+0000) Subject: 2013-03-23 Joel Sherrill X-Git-Tag: gdb_7_6-2013-04-26-release~80 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4e023910104f5263178e0873feb7919df00bb940;p=thirdparty%2Fbinutils-gdb.git 2013-03-23 Joel Sherrill * configure.ac: Address use of dv-sockser.o. * tconfig.in: Conditionalize use of dv_sockser_install. * configure: Regenerated. * config.in: Regenerated. --- diff --git a/sim/mips/config.in b/sim/mips/config.in index 9f71eb855f7..ef3289b95a8 100644 --- a/sim/mips/config.in +++ b/sim/mips/config.in @@ -16,6 +16,9 @@ /* Define to 1 if you have the header file. */ #undef HAVE_DLFCN_H +/* Define if dv-sockser is usable. */ +#undef HAVE_DV_SOCKSER + /* Define to 1 if you have the header file. */ #undef HAVE_ERRNO_H @@ -88,6 +91,10 @@ /* Define to 1 if you have the `__setfpucw' function. */ #undef HAVE___SETFPUCW +/* Define to the sub-directory in which libtool stores uninstalled libraries. + */ +#undef LT_OBJDIR + /* Name of this package. */ #undef PACKAGE diff --git a/sim/mips/tconfig.in b/sim/mips/tconfig.in index 2f14ce11979..a68a5fb3a9d 100644 --- a/sim/mips/tconfig.in +++ b/sim/mips/tconfig.in @@ -10,8 +10,12 @@ #include "gdb/remote-sim.h" #include "sim-module.h" +/* FIXME: Revisit. */ +#ifdef HAVE_DV_SOCKSER MODULE_INSTALL_FN dv_sockser_install; #define MODULE_LIST dv_sockser_install, +#endif + #else #define SIM_HANDLES_LMA 0 #endif