OSDN Git Service

Fix logs for last delta. Sorry for the screw-up.
authorrsandifo <rsandifo@138bc75d-0d04-0410-961f-82ee72b054a4>
Tue, 24 Aug 2004 20:41:20 +0000 (20:41 +0000)
committerrsandifo <rsandifo@138bc75d-0d04-0410-961f-82ee72b054a4>
Tue, 24 Aug 2004 20:41:20 +0000 (20:41 +0000)
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@86514 138bc75d-0d04-0410-961f-82ee72b054a4

gcc/ChangeLog
gcc/testsuite/ChangeLog

index be76cee..11bf93e 100644 (file)
@@ -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>
 
index c49b149..0a5ab0c 100644 (file)
@@ -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>