aboutsummaryrefslogtreecommitdiff
path: root/gcc
diff options
context:
space:
mode:
Diffstat (limited to 'gcc')
-rw-r--r--gcc/ChangeLog5
-rw-r--r--gcc/config/fr30/fr30.h2
2 files changed, 5 insertions, 2 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog
index f158331..bedbe8e 100644
--- a/gcc/ChangeLog
+++ b/gcc/ChangeLog
@@ -1,3 +1,8 @@
+2005-04-02 Kazu Hirata <kazu@cs.umass.edu>
+
+ * config/fr30/fr30.h (PREDICATE_CODES): Remove
+ fp_displacement_operand, sp_displacement_operand.
+
2005-04-02 Alexandre Oliva <aoliva@redhat.com>
PR debug/19345
diff --git a/gcc/config/fr30/fr30.h b/gcc/config/fr30/fr30.h
index 8f3d4de..87729db 100644
--- a/gcc/config/fr30/fr30.h
+++ b/gcc/config/fr30/fr30.h
@@ -1129,8 +1129,6 @@ extern struct rtx_def * fr30_compare_op1;
{ "high_register_operand", { REG }}, \
{ "low_register_operand", { REG }}, \
{ "call_operand", { MEM }}, \
- { "fp_displacement_operand", { CONST_INT }}, \
- { "sp_displacement_operand", { CONST_INT }}, \
{ "di_operand", { CONST_INT, CONST_DOUBLE, REG, MEM }}, \
{ "nonimmediate_di_operand", { REG, MEM }}, \
{ "add_immediate_operand", { REG, CONST_INT }},