diff options
author | Fred Fish <fnf@specifix.com> | 1996-07-28 21:41:09 +0000 |
---|---|---|
committer | Fred Fish <fnf@specifix.com> | 1996-07-28 21:41:09 +0000 |
commit | f2bf454e0f1bc17d01f9c2f22fe2010ee2442f3c (patch) | |
tree | 039b381a663309b670afd5f8fe43e886498317c7 /gdb/irix4-nat.c | |
parent | 3f550b594061532d7fa1f920cf7a0d2910127da9 (diff) | |
download | gdb-f2bf454e0f1bc17d01f9c2f22fe2010ee2442f3c.zip gdb-f2bf454e0f1bc17d01f9c2f22fe2010ee2442f3c.tar.gz gdb-f2bf454e0f1bc17d01f9c2f22fe2010ee2442f3c.tar.bz2 |
* config/mips/tm-mips.h (struct frame_info): Forward decl.
(struct type): Ditto.
(struct value): Ditto.
* config/mips/tm-mips.h (sigtramp_address): Move extern decl
from mips-tdep.c to here.
(sigtramp_end): Ditto.
(fixup_sigtramp): Ditto.
* config/mips/tm-mips.h (init_extra_frame_info): Add prototype.
(mips_frame_chain): Ditto.
(mips_step_skips_delay): Ditto.
(mips_frame_saved_pc): Ditto.
(mips_find_saved_regs): Ditto.
(mips_frame_num_args): Ditto.
(mips_pop_frame): Ditto.
(mips_extract_return_value): Ditto.
(mips_store_return_value): Ditto.
(mips_push_dummy_frame): Ditto.
(mips_push_arguments): Ditto.
(mips_do_registers_info): Ditto.
(ecoff_relocate_efi): Ditto.
(ecoff_relocate_efi): Ditto.
* irix4-nat.c (fetch_core_registers): Add prototype.
* mips-tdep.c (read_next_frame_reg): Add prototype
(heuristic_proc_start): Ditto.
(heuristic_proc_desc): Ditto.
(mips_print_register): Ditto.
* config/mips/nm-irix5.h (procfs_set_watchpoint): Add prototype.
(procfs_stopped_by_watchpoint): Ditto.
* config/mips/nm-irix4.h (procfs_set_watchpoint): Add prototype.
(procfs_stopped_by_watchpoint): Ditto.
* config/alpha/tm-alpha.h (ecoff_relocate_efi): Add prototype.
(struct symbol): Add forward decl for prototype.
* breakpoint.c (internal_breakpoint_number): Only needed if
GET_LONGJMP_TARGET or SOLIB_ADD is defined.
* objfiles.c (ecoff_relocate_efi): Remove prototype.
Diffstat (limited to 'gdb/irix4-nat.c')
-rw-r--r-- | gdb/irix4-nat.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/gdb/irix4-nat.c b/gdb/irix4-nat.c index 8cd9b4c..a0176e9 100644 --- a/gdb/irix4-nat.c +++ b/gdb/irix4-nat.c @@ -35,6 +35,9 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ typedef unsigned int greg_t; /* why isn't this defined? */ +static void +fetch_core_registers PARAMS ((char *, unsigned int, int, unsigned int)); + /* * See the comment in m68k-tdep.c regarding the utility of these functions. */ |