------- Additional Comments From billingd at gcc dot gnu dot org  2005-06-01 
01:46 -------
'mips_use_ins_ext_p' is used in mips.md.  Defining it in mips-protos.h seems
to work.  Testing it now.

--- mips-protos.h       27 May 2005 23:08:31 -0000      1.85
+++ mips-protos.h       1 Jun 2005 01:42:12 -0000
@@ -222,5 +222,6 @@
 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 */


-- 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=21854

Reply via email to