convert to_program_signals
[deliverable/binutils-gdb.git] / gdb / target.h
index 468a5cdc2728896cdc8c8ad2db41d3ea06a488a3..421dd75867178c77b4456a93f44b9e5ec421b16a 100644 (file)
@@ -555,7 +555,8 @@ struct target_ops
 
     /* Documentation of this routine is provided with the
        corresponding target_* function.  */
-    void (*to_program_signals) (struct target_ops *, int, unsigned char *);
+    void (*to_program_signals) (struct target_ops *, int, unsigned char *)
+      TARGET_DEFAULT_IGNORE ();
 
     int (*to_thread_alive) (struct target_ops *, ptid_t ptid);
     void (*to_find_new_threads) (struct target_ops *);
This page took 0.023712 seconds and 4 git commands to generate.