diff options
Diffstat (limited to 'gdb/auto-load.c')
-rw-r--r-- | gdb/auto-load.c | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/gdb/auto-load.c b/gdb/auto-load.c index f33a8d0..114a7d5 100644 --- a/gdb/auto-load.c +++ b/gdb/auto-load.c @@ -1568,9 +1568,7 @@ found and/or loaded."), gdb::observers::token auto_load_new_objfile_observer_token; -void _initialize_auto_load (); -void -_initialize_auto_load () +INIT_GDB_FILE (auto_load) { struct cmd_list_element *cmd; gdb::unique_xmalloc_ptr<char> scripts_directory_help, gdb_name_help, |