summaryrefslogtreecommitdiff
path: root/gdb/exec.h
diff options
context:
space:
mode:
authorAndrew Cagney <cagney@redhat.com>2004-01-12 20:33:21 +0000
committerAndrew Cagney <cagney@redhat.com>2004-01-12 20:33:21 +0000
commitbdf4f3df9a976958fdf63e8323b34be001808c02 (patch)
treea1f27827781a7e127c1bc4420a6e5339be489c24 /gdb/exec.h
parentd03a388680fda22107d0e0a107f9d692ddcaf810 (diff)
downloadgdb-bdf4f3df9a976958fdf63e8323b34be001808c02.tar.gz
2004-01-12 Andrew Cagney <cagney@redhat.com>
* exec.h (exec_ops): Make "extern".
Diffstat (limited to 'gdb/exec.h')
-rw-r--r--gdb/exec.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/exec.h b/gdb/exec.h
index e9c2d17bf7a..d0862516c97 100644
--- a/gdb/exec.h
+++ b/gdb/exec.h
@@ -28,7 +28,7 @@ struct section_table;
struct target_ops;
struct bfd;
-struct target_ops exec_ops;
+extern struct target_ops exec_ops;
/* Builds a section table, given args BFD, SECTABLE_PTR, SECEND_PTR.
Returns 0 if OK, 1 on error. */