aboutsummaryrefslogtreecommitdiff
path: root/gdb/config/mips/nm-mips.h
diff options
context:
space:
mode:
authorFred Fish <fnf@specifix.com>1996-08-14 08:46:24 +0000
committerFred Fish <fnf@specifix.com>1996-08-14 08:46:24 +0000
commit857dcde8c285b40f8c80370ff781c9094b031d38 (patch)
tree4e92f5131cb0110ff17d3e44165d901c83dd807f /gdb/config/mips/nm-mips.h
parent0e94336ef521d358e55d74140ce069f255930deb (diff)
downloadgdb-857dcde8c285b40f8c80370ff781c9094b031d38.zip
gdb-857dcde8c285b40f8c80370ff781c9094b031d38.tar.gz
gdb-857dcde8c285b40f8c80370ff781c9094b031d38.tar.bz2
* config/mips/nm-mips.h (get_longjmp_target): Add prototype.
* config/mips/nm-irix3.h (get_longjmp_target): Add prototype. * remote-mips.c (mips_read_processor_type): Remove prototype. * mips-tdep.c (gdb_print_insn_mips): Add prototype and make static. * irix5-nat.c (fetch_core_registers): Add prototype.
Diffstat (limited to 'gdb/config/mips/nm-mips.h')
-rw-r--r--gdb/config/mips/nm-mips.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/gdb/config/mips/nm-mips.h b/gdb/config/mips/nm-mips.h
index 0f49e34..6418b86 100644
--- a/gdb/config/mips/nm-mips.h
+++ b/gdb/config/mips/nm-mips.h
@@ -29,3 +29,4 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */
This routine returns true on success */
#define GET_LONGJMP_TARGET(ADDR) get_longjmp_target(ADDR)
+extern int get_longjmp_target PARAMS ((CORE_ADDR *));