convert to_load
[deliverable/binutils-gdb.git] / gdb / target.h
index cee51500f34a090ccc2706ccf6cb5b988f09c068..b37d07038a0e8c1066554b086d9dc1622200c8f3 100644 (file)
@@ -513,7 +513,8 @@ struct target_ops
     void (*to_terminal_info) (struct target_ops *, const char *, int)
       TARGET_DEFAULT_FUNC (default_terminal_info);
     void (*to_kill) (struct target_ops *);
-    void (*to_load) (struct target_ops *, char *, int);
+    void (*to_load) (struct target_ops *, char *, int)
+      TARGET_DEFAULT_NORETURN (tcomplain ());
     void (*to_create_inferior) (struct target_ops *, 
                                char *, char *, char **, int);
     void (*to_post_startup_inferior) (struct target_ops *, ptid_t);
This page took 0.023399 seconds and 4 git commands to generate.