2004-01-12 Andrew Cagney <cagney@redhat.com>
* exec.h (exec_ops): Make "extern".
This commit is contained in:
parent
de38af9947
commit
954a7fba02
2 changed files with 3 additions and 1 deletions
|
@ -1,5 +1,7 @@
|
|||
2004-01-12 Andrew Cagney <cagney@redhat.com>
|
||||
|
||||
* 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.
|
||||
|
|
|
@ -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. */
|
||||
|
|
Loading…
Reference in a new issue