re PR target/21854 (irix6.5 bootstrap fails due to warning in mips.c)
authorDavid Billinghurst <David.Billinghurst@riotinto.com>
Wed, 1 Jun 2005 03:04:34 +0000 (03:04 +0000)
committerDavid Billinghurst <billingd@gcc.gnu.org>
Wed, 1 Jun 2005 03:04:34 +0000 (03:04 +0000)
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

gcc/ChangeLog
gcc/config/mips/mips-protos.h

index 2f319458731faba93b96b3fc7c9ab46825bd3559..51e096044e6e876ac4f0e715ba95f543c9d2cb9a 100644 (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
index 1f6478a2f8cb1d76cc05309a1498a4e77a90760f..d387ebc45f190596b1efbd8b63379c7f80c930f7 100644 (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 */