aboutsummaryrefslogtreecommitdiff
path: root/gdb/exec.c
diff options
context:
space:
mode:
Diffstat (limited to 'gdb/exec.c')
-rw-r--r--gdb/exec.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/exec.c b/gdb/exec.c
index 5176bf1..7ba2720 100644
--- a/gdb/exec.c
+++ b/gdb/exec.c
@@ -61,7 +61,7 @@ void _initialize_exec (void);
/* The target vector for executable files. */
-struct target_ops exec_ops;
+static struct target_ops exec_ops;
/* True if the exec target is pushed on the stack. */
static int using_exec_ops;