]> Git Repo - binutils.git/commitdiff
2004-01-12 Andrew Cagney <[email protected]>
authorAndrew Cagney <[email protected]>
Mon, 12 Jan 2004 20:33:21 +0000 (20:33 +0000)
committerAndrew Cagney <[email protected]>
Mon, 12 Jan 2004 20:33:21 +0000 (20:33 +0000)
* exec.h (exec_ops): Make "extern".

gdb/ChangeLog
gdb/exec.h

index 0f8d973647bff3a2812ee6050f9230494eea64e8..c5993ee852fbe1be1ce01094bee10a55850aca32 100644 (file)
@@ -1,5 +1,7 @@
 2004-01-12  Andrew Cagney  <[email protected]>
 
+       * exec.h (exec_ops): Make "extern".
+
        * mips-tdep.c (mips_pseudo_register_read): Don't return a value,
        the function is void.
        (mips_pseudo_register_write): Ditto.
index e9c2d17bf7a968666517c836c12413163ddf3efa..d0862516c972eafe81886e9d4f33193a96ccf5a3 100644 (file)
@@ -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.  */
This page took 0.029301 seconds and 4 git commands to generate.