aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--gcc/ChangeLog5
-rw-r--r--gcc/config/sh/sh.h1
2 files changed, 5 insertions, 1 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog
index a72d0c7..0aa4fd4 100644
--- a/gcc/ChangeLog
+++ b/gcc/ChangeLog
@@ -1,3 +1,8 @@
+Mon Sep 11 20:07:48 2000 J"orn Rennecke <amylaar@redhat.co.uk>
+
+ * sh.h (INITIALIZE_TRAMPOLINE): Remove stray call to
+ gen_ic_invalidate_line.
+
2000-09-11 Philip Blundell <pb@futuretv.com>
* config/arm/elf.h (SUBTARGET_CPP_SPEC): Don't define `arm_elf'.
diff --git a/gcc/config/sh/sh.h b/gcc/config/sh/sh.h
index 1fab69f..f8c729e 100644
--- a/gcc/config/sh/sh.h
+++ b/gcc/config/sh/sh.h
@@ -1215,7 +1215,6 @@ extern int current_function_anonymous_args;
else \
emit_insn (gen_ic_invalidate_line (TRAMP)); \
} \
- emit_insn (gen_ic_invalidate_line (TRAMP)); \
}
/* A C expression whose value is RTL representing the value of the return