This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug target/21854] [4.1 Regression] irix6.5 bootstrap fails due to warning in mips.c


------- 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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]