* config/mips/nm-mips.h (get_longjmp_target): Add prototype.
authorFred Fish <fnf@specifix.com>
Wed, 14 Aug 1996 08:46:24 +0000 (08:46 +0000)
committerFred Fish <fnf@specifix.com>
Wed, 14 Aug 1996 08:46:24 +0000 (08:46 +0000)
* 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.

gdb/ChangeLog
gdb/config/mips/nm-irix3.h
gdb/config/mips/nm-mips.h
gdb/irix5-nat.c
gdb/remote-mips.c

index 0daaa744fefd40a59a62ce6516dfe47205b1cb7f..22ef88cbdb09d161634800c3bb55bbd32d973a4b 100644 (file)
@@ -1,3 +1,11 @@
+Tue Aug 13 23:04:36 1996  Fred Fish  <fnf@cygnus.com>
+
+       * 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.
+
 Mon Aug 12 21:23:44 1996  Fred Fish  <fnf@cygnus.com>
 
        * remote-pa.c (boot_board): Add dummy params to make type compatible
index 4df2da3129b58b1de8813b751e7d4d49adff65ef..3f4b06463c9e515fb595cb68fadce8f52375095e 100644 (file)
@@ -29,6 +29,7 @@ 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 *));
 
 /* Is this really true or is this just a leftover from a DECstation
    config file?  */
index 0f49e342466877f7809858a8775688d5426b76fa..6418b86ee922282ff70f4a19f428114ea9d0f80f 100644 (file)
@@ -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 *));
index fc4c8cb10425a149da7d002fb8c02ca4c27733f8..8bd81f39b7a614051e385f46efb2e49d0a9395cc 100644 (file)
@@ -32,6 +32,9 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.  */
 #include <sys/procfs.h>
 #include <setjmp.h>            /* For JB_XXX.  */
 
+static void
+fetch_core_registers PARAMS ((char *, unsigned int, int, unsigned int));
+
 /* Size of elements in jmpbuf */
 
 #define JB_ELEMENT_SIZE 4
index f57c47f57bfe5a90a2e3bfa04a3d8de9df5bfc7e..37c50d1262ccaf075e3bb7c8170984e46e041318 100644 (file)
@@ -37,8 +37,6 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.  */
 #include <varargs.h>
 #endif
 
-extern char *mips_read_processor_type PARAMS ((void));
-
 extern void mips_set_processor_type_command PARAMS ((char *, int));
 
 \f