* arm-wince-tdep.c: Include "solib.h" and "solib-target.h".
[deliverable/binutils-gdb.git] / gdb / i386-cygwin-tdep.c
index 9aa2773743ab930c55fa49d6c9a5444914b599a3..b3111944fce076930f8d07ff3c2fa88bdf4aa110 100644 (file)
@@ -26,6 +26,8 @@
 #include "gdb_obstack.h"
 #include "xml-support.h"
 #include "gdbcore.h"
+#include "solib.h"
+#include "solib-target.h"
 
 /* Core file support.  */
 
@@ -231,6 +233,8 @@ i386_cygwin_init_abi (struct gdbarch_info info, struct gdbarch *gdbarch)
   tdep->gregset_num_regs = ARRAY_SIZE (i386_win32_gregset_reg_offset);
   tdep->sizeof_gregset = I386_WIN32_SIZEOF_GREGSET;
 
+  set_solib_ops (gdbarch, &solib_target_so_ops);
+
   /* Core file support.  */
   set_gdbarch_regset_from_core_section
     (gdbarch, i386_win32_regset_from_core_section);
This page took 0.024416 seconds and 4 git commands to generate.