summaryrefslogtreecommitdiff
path: root/sim/mn10300/tconfig.in
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@oarcorp.com>2013-03-23 15:06:59 +0000
committerJoel Sherrill <joel.sherrill@oarcorp.com>2013-03-23 15:06:59 +0000
commitfb61c40addb9bccbd2404d69bfac0836ce8a9462 (patch)
tree429ac9a79d8d67dcb6d9bad4f657cbe8d20103a4 /sim/mn10300/tconfig.in
parent3be315168191055cbe99916ee4ee45de1ab37a85 (diff)
downloadbinutils-gdb-fb61c40addb9bccbd2404d69bfac0836ce8a9462.tar.gz
2013-03-23 Joel Sherrill <joel.sherrill@oarcorp.com>
* configure.ac: Fail if dv-sockser.o not available. Error when --disable-sim-hardware is specified. * tconfig.in: Conditionalize use of dv_sockser_install. * configure: Regenerated. * config.in: Regenerated.
Diffstat (limited to 'sim/mn10300/tconfig.in')
-rw-r--r--sim/mn10300/tconfig.in3
1 files changed, 3 insertions, 0 deletions
diff --git a/sim/mn10300/tconfig.in b/sim/mn10300/tconfig.in
index 14ca8e77645..1d1237bd18c 100644
--- a/sim/mn10300/tconfig.in
+++ b/sim/mn10300/tconfig.in
@@ -6,8 +6,11 @@
#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
/* Define this if the simulator supports profiling.
See the mips simulator for an example.