re PR target/21854 (irix6.5 bootstrap fails due to warning in mips.c)

2005-06-01  David.Billinghurst  <David.Billinghurst@riotinto.com>

	PR target/21854
	* config/mips/mips-protos.h: Declare mips_use_ins_ext_p

From-SVN: r100422
This commit is contained in:
David Billinghurst 2005-06-01 03:04:34 +00:00 committed by David Billinghurst
parent 474b650ec3
commit 5d1dcb0e09
2 changed files with 6 additions and 0 deletions

View File

@ -1,3 +1,8 @@
2005-06-01 David.Billinghurst <David.Billinghurst@riotinto.com>
PR target/21854
* config/mips/mips-protos.h: Declare mips_use_ins_ext_p
2005-05-31 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
* errors.h (warning, error, fatal, internal_error): Add printf

View File

@ -222,5 +222,6 @@ extern rtx mips_prefetch_cookie (rtx, rtx);
extern void irix_asm_output_align (FILE *, unsigned);
extern const char *current_section_name (void);
extern unsigned int current_section_flags (void);
extern bool mips_use_ins_ext_p (rtx op, rtx size, rtx position);
#endif /* ! GCC_MIPS_PROTOS_H */