diff options
Diffstat (limited to 'gdb/exec.h')
-rw-r--r-- | gdb/exec.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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. */ |