aboutsummaryrefslogtreecommitdiff
path: root/gcc/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/ChangeLog')
-rw-r--r--gcc/ChangeLog13
1 files changed, 13 insertions, 0 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog
index 3624d2f..929e003 100644
--- a/gcc/ChangeLog
+++ b/gcc/ChangeLog
@@ -1,3 +1,16 @@
+2006-01-11 Hans-Peter Nilsson <hp@axis.com>
+
+ PR target/25706
+ * config/cris/cris.md ("*extopqihi_side", "*extop<mode>si_side")
+ ("*extop<mode>si_swap_side_biap", "*extop<mode>si_swap_side",
+ ("*extopqihi", "*extop<mode>si", "*extop<mode>si_swap"): Use %E
+ output pattern modifier, not %e.
+ * config/cris/cris.c (cris_op_str): Update comment about pattern
+ modifier.
+ (cris_print_operand) <case 'e'>: Clear cris_output_insn_is_bound
+ before falling through into...
+ <case 'E'>: Redefined from old 'e' case.
+
2006-01-11 Jan Hubicka <jh@suse.cz>
PR target/25042