* 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.
This commit is contained in:
Fred Fish
1996-08-14 08:46:24 +00:00
parent 0e94336ef5
commit 857dcde8c2
5 changed files with 13 additions and 2 deletions

View 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 *));