* gdb.base/watchpoints.exp: Respect gdb,no_hardware_watchpoints
[deliverable/binutils-gdb.git] / gdb / solib-sunos.c
index ff41847ac5bc348a62fa4da89c45305d4236c4aa..9b2a470c3768ac36721741aa4f3526a675ffab8f 100644 (file)
@@ -840,6 +840,7 @@ _initialize_sunos_solib (void)
   sunos_so_ops.current_sos = sunos_current_sos;
   sunos_so_ops.open_symbol_file_object = open_symbol_file_object;
   sunos_so_ops.in_dynsym_resolve_code = sunos_in_dynsym_resolve_code;
+  sunos_so_ops.bfd_open = solib_bfd_open;
 
   /* FIXME: Don't do this here.  *_gdbarch_init() should set so_ops. */
   current_target_so_ops = &sunos_so_ops;
This page took 0.024554 seconds and 4 git commands to generate.