diff options
author | Kazu Hirata <kazu@cs.umass.edu> | 2005-03-21 10:06:27 +0000 |
---|---|---|
committer | Nick Clifton <nickc@gcc.gnu.org> | 2005-03-21 10:06:27 +0000 |
commit | a16095f6eb4e9f097e828317c9869a67828ec93f (patch) | |
tree | 64108726e7d538a44c4c48f6d2d96add979d09c9 /gcc | |
parent | cfa7bd9ca274bd8411558dee28375a83c965d0a6 (diff) | |
download | gcc-a16095f6eb4e9f097e828317c9869a67828ec93f.zip gcc-a16095f6eb4e9f097e828317c9869a67828ec93f.tar.gz gcc-a16095f6eb4e9f097e828317c9869a67828ec93f.tar.bz2 |
Oops - forgot to include ChangeLog entry for m32r patch
From-SVN: r96782
Diffstat (limited to 'gcc')
-rw-r--r-- | gcc/ChangeLog | 29 |
1 files changed, 29 insertions, 0 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog index ec5f53a..2fc3d94 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -177,6 +177,34 @@ (TARGET_OPTIONS): Delete. * config/avr/avr.opt: New file. +2005-03-18 2005-03-18 Kazu Hirata <kazu@cs.umass.edu> + + * config/m32r/m32r-protos.h: Remove the prototypes for + call_address_operand, symbolic_operand, seth_add3_operand, + cmp_int16_operand, uint16_operand, reg_or_int16_operand, + reg_or_uint16_operand, reg_or_cmp_int16_operand, + two_insn_const_operand, move_src_operand, + move_double_src_operand, move_dest_operand, + eqne_comparison_operator, signed_comparison_operator, + large_insn_p, conditional_move_operand, carry_compare_operand, + m32r_block_immediate_operand, extend_operand, + reg_or_eq_int16_operand, int8_operand, and + reg_or_zero_operand. + * config/m32r/m32r.c (call_address_operand, symbolic_operand, + seth_add3_operand, int8_operand, cmp_int16_operand, + uint16_operand, reg_or_int16_operand, reg_or_uint16_operand, + reg_or_eq_int16_operand, reg_or_cmp_int16_operand, + reg_or_zero_operand, two_insn_const_operand, move_src_operand, + move_double_src_operand, move_dest_operand, + eqne_comparison_operator, signed_comparison_operator, + extend_operand, small_insn_p, large_insn_p, + conditional_move_operand, carry_compare_operand, + m32r_block_immediate_operand): Move to predicates.md. + (MAX_MOVE_BYTES): Move to m32r.h. + * config/m32r/m32r.h (PREDICATE_CODES): Remove. + * config/m32r/m32r.md: Include predicates.md. + * config/m32r/predicates.md: New. + 2005-03-18 James E Wilson <wilson@specifixinc.com> PR c++/19769 @@ -212,6 +240,7 @@ scale_bbs_frequencies_int. * tree-ssa-loop-ch.c (copy_loop_headers): Fix profiling info. +>>>>>>> 2.7929 2005-03-18 Kazu Hirata <kazu@cs.umass.edu> * config/m32r/m32r-protos.h: Remove the prototypes for |