From 5d1dcb0e09a70edf1e3f6a5bd70a0e97d8c4ea2d Mon Sep 17 00:00:00 2001 From: David Billinghurst Date: Wed, 1 Jun 2005 03:04:34 +0000 Subject: [PATCH] re PR target/21854 (irix6.5 bootstrap fails due to warning in mips.c) 2005-06-01 David.Billinghurst PR target/21854 * config/mips/mips-protos.h: Declare mips_use_ins_ext_p From-SVN: r100422 --- gcc/ChangeLog | 5 +++++ gcc/config/mips/mips-protos.h | 1 + 2 files changed, 6 insertions(+) diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 2f31945..51e0960 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,8 @@ +2005-06-01 David.Billinghurst + + PR target/21854 + * config/mips/mips-protos.h: Declare mips_use_ins_ext_p + 2005-05-31 Kaveh R. Ghazi * errors.h (warning, error, fatal, internal_error): Add printf diff --git a/gcc/config/mips/mips-protos.h b/gcc/config/mips/mips-protos.h index 1f6478a..d387ebc 100644 --- a/gcc/config/mips/mips-protos.h +++ b/gcc/config/mips/mips-protos.h @@ -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 */ -- 2.7.4