From 1ed7854c41e320e0239994cc9652eb40213d5b80 Mon Sep 17 00:00:00 2001 From: kazu Date: Sat, 1 May 2004 16:27:45 +0000 Subject: [PATCH] * config/cris/cris.h: Revert my "fix comment typos" patch. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@81392 138bc75d-0d04-0410-961f-82ee72b054a4 --- gcc/ChangeLog | 4 ++++ gcc/config/cris/cris.h | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 71f2500..c24bd0f 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,7 @@ +2004-05-01 Kazu Hirata + + * config/cris/cris.h: Revert my "fix comment typos" patch. + 2004-05-01 Richard Sandiford * config/mips/mips.h (TUNE_MACC_CHAINS): Fix comment. diff --git a/gcc/config/cris/cris.h b/gcc/config/cris/cris.h index a4a08fe..7b028e0 100644 --- a/gcc/config/cris/cris.h +++ b/gcc/config/cris/cris.h @@ -337,7 +337,7 @@ extern int target_flags; /* Whether or not to work around multiplication instruction hardware bug when generating code for models where it may be present. From the trouble report for Etrax 100 LX: "A multiply operation may cause - incorrect cache behavior under some specific circumstances. The + incorrect cache behaviour under some specific circumstances. The problem can occur if the instruction following the multiply instruction causes a cache miss, and multiply operand 1 (source operand) bits [31:27] matches the logical mapping of the mode register address -- 2.7.4