diff options
Diffstat (limited to 'gdb/stap-probe.c')
-rw-r--r-- | gdb/stap-probe.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gdb/stap-probe.c b/gdb/stap-probe.c index d7d9cf1..ffe4dd1 100644 --- a/gdb/stap-probe.c +++ b/gdb/stap-probe.c @@ -47,7 +47,7 @@ /* Forward declaration. */ -static const struct probe_ops stap_probe_ops; +extern const struct probe_ops stap_probe_ops; /* Should we display debug information for the probe's argument expression parsing? */ @@ -1742,7 +1742,7 @@ stap_gen_info_probes_table_values (struct probe *probe_generic, /* SystemTap probe_ops. */ -static const struct probe_ops stap_probe_ops = +const struct probe_ops stap_probe_ops = { stap_probe_is_linespec, stap_get_probes, |