convert to_make_corefile_notes
[deliverable/binutils-gdb.git] / gdb / target.h
index 35b95c6aa0c48b1a75a5812d2116262d11c4e5ae..26a95bc9555ab928364cd25dd0f345ad94a4d0f2 100644 (file)
@@ -585,7 +585,8 @@ struct target_ops
                                   find_memory_region_ftype func, void *data)
       TARGET_DEFAULT_FUNC (dummy_find_memory_regions);
     /* make_corefile_notes support method for gcore */
-    char * (*to_make_corefile_notes) (struct target_ops *, bfd *, int *);
+    char * (*to_make_corefile_notes) (struct target_ops *, bfd *, int *)
+      TARGET_DEFAULT_FUNC (dummy_make_corefile_notes);
     /* get_bookmark support method for bookmarks */
     gdb_byte * (*to_get_bookmark) (struct target_ops *, char *, int);
     /* goto_bookmark support method for bookmarks */
This page took 0.024439 seconds and 4 git commands to generate.