| Index: sim/mn10300/tconfig.in
|
| diff --git a/sim/mn10300/tconfig.in b/sim/mn10300/tconfig.in
|
| index 14ca8e77645b64c0da8183de734603dc716d0e96..1d1237bd18cb611c4ec2741468a5883c9d5b48a2 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.
|
|
|