diff options
author | David Billinghurst <David.Billinghurst@riotinto.com> | 2005-06-01 03:04:34 +0000 |
---|---|---|
committer | David Billinghurst <billingd@gcc.gnu.org> | 2005-06-01 03:04:34 +0000 |
commit | 5d1dcb0e09a70edf1e3f6a5bd70a0e97d8c4ea2d (patch) | |
tree | 2179b3238d81df5e39e72f6145fc32179a6ef66f /gcc | |
parent | 474b650ec3b4e39efeced7d6f5cdea4b1f2b035a (diff) | |
download | gcc-5d1dcb0e09a70edf1e3f6a5bd70a0e97d8c4ea2d.zip gcc-5d1dcb0e09a70edf1e3f6a5bd70a0e97d8c4ea2d.tar.gz gcc-5d1dcb0e09a70edf1e3f6a5bd70a0e97d8c4ea2d.tar.bz2 |
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
Diffstat (limited to 'gcc')
-rw-r--r-- | gcc/ChangeLog | 5 | ||||
-rw-r--r-- | gcc/config/mips/mips-protos.h | 1 |
2 files changed, 6 insertions, 0 deletions
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 <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 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 */ |