diff options
Diffstat (limited to 'gdb/stap-probe.c')
-rw-r--r-- | gdb/stap-probe.c | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/gdb/stap-probe.c b/gdb/stap-probe.c index 8cc7599..3b692e2 100644 --- a/gdb/stap-probe.c +++ b/gdb/stap-probe.c @@ -1748,9 +1748,7 @@ info_probes_stap_command (const char *arg, int from_tty) info_probes_for_spops (arg, from_tty, &stap_static_probe_ops); } -void _initialize_stap_probe (); -void -_initialize_stap_probe () +INIT_GDB_FILE (stap_probe) { all_static_probe_ops.push_back (&stap_static_probe_ops); |