diff options
author | Richard Sandiford <rsandifo@gcc.gnu.org> | 2004-08-24 20:41:20 +0000 |
---|---|---|
committer | Richard Sandiford <rsandifo@gcc.gnu.org> | 2004-08-24 20:41:20 +0000 |
commit | 04550232324f75215c1bc5df69f71fe695d06386 (patch) | |
tree | ec8154fd18e6fff570c8bb260ea2b6b498ab84b7 /gcc | |
parent | 4767c57080ab5f33eb671904e13b10faf3bc8bdf (diff) | |
download | gcc-04550232324f75215c1bc5df69f71fe695d06386.zip gcc-04550232324f75215c1bc5df69f71fe695d06386.tar.gz gcc-04550232324f75215c1bc5df69f71fe695d06386.tar.bz2 |
Fix logs for last delta. Sorry for the screw-up.
From-SVN: r86514
Diffstat (limited to 'gcc')
-rw-r--r-- | gcc/ChangeLog | 12 | ||||
-rw-r--r-- | gcc/testsuite/ChangeLog | 4 |
2 files changed, 15 insertions, 1 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog index be76cee..11bf93e 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,6 +1,16 @@ 2004-08-24 Richard Sandiford <rsandifo@redhat.com> - * gcc.c-torture/compile/20040824-1.c: New test. + * config/mips/mips-protos.h (mips_emit_prefetch): Delete. + (mips_prefetch_cookie): New function. + * config/mips/mips.c (print_operand_address): Fix handling of + ADDRESS_CONST_INT. + (mips_emit_prefetch): Delete. + (mips_prefetch_cookie): New function. + * config/mips/mips.md (prefetch): Turn into a define_insn. Use a + mode of QImode for the address_operand. Use mips_prefetch_cookie + to calculate the first "pref" operand. + (prefetch_[sd]i, prefetch_[sd]i_address): Delete. + (prefetch_indexed_[sd]i): Redefine using :P. Use mips_prefetch_cookie. 2004-08-24 Richard Earnshaw <rearnsha@arm.com> diff --git a/gcc/testsuite/ChangeLog b/gcc/testsuite/ChangeLog index c49b149..0a5ab0c 100644 --- a/gcc/testsuite/ChangeLog +++ b/gcc/testsuite/ChangeLog @@ -1,5 +1,9 @@ 2004-08-24 Richard Sandiford <rsandifo@redhat.com> + * gcc.c-torture/compile/20040824-1.c: New test. + +2004-08-24 Richard Sandiford <rsandifo@redhat.com> + * gcc.c-torture/compile/iftrap-3.c: New test. 2004-08-24 Paul Brook <paul@codesourcery.com> |