diff options
author | nathan <nathan@138bc75d-0d04-0410-961f-82ee72b054a4> | 2005-04-29 07:04:49 +0000 |
---|---|---|
committer | nathan <nathan@138bc75d-0d04-0410-961f-82ee72b054a4> | 2005-04-29 07:04:49 +0000 |
commit | cd3d4fe028b1948a3ff13383ef12f3cb08a4bdfa (patch) | |
tree | a0e76f0c512c802629ce71338c1f26cf05cdfa2c /gcc/ChangeLog | |
parent | eaa843214e8be30bb7b8f5486dec907d62c3bc67 (diff) | |
download | ppe42-gcc-cd3d4fe028b1948a3ff13383ef12f3cb08a4bdfa.tar.gz ppe42-gcc-cd3d4fe028b1948a3ff13383ef12f3cb08a4bdfa.zip |
* config/xtensa/xtensa.c (gen_int_relational): Use gcc_assert and
gcc_unreachable as appropriate.
(gen_conditional_move, xtensa_split_operand_pair,
xtensa_split_operand_pair, xtensa_copy_incoming_a7,
xtensa_copy_incoming_a7, xtensa_copy_incoming_a7,
xtensa_copy_incoming_a7, xtensa_output_literal,
xtensa_output_literal, xtensa_output_literal): Likewise.
* config/xtensa/xtensa.h (INITIAL_ELIMINATION_OFFSET): Likewise.
* config/xtensa/xtensa.md (*btrue, *bfalse, *ubtrue, *ubfalse,
*bittrue, *bitfalse, *masktrue, *maskfalse, movsicc_internal0,
movsicc_internal1, movsfcc_internal0,
movsfcc_internal1): Likewise.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@98979 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/ChangeLog')
-rw-r--r-- | gcc/ChangeLog | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 492dec371a2..fc060a723fc 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,18 @@ +2005-04-29 Nathan Sidwell <nathan@codesourcery.com> + + * config/xtensa/xtensa.c (gen_int_relational): Use gcc_assert and + gcc_unreachable as appropriate. + (gen_conditional_move, xtensa_split_operand_pair, + xtensa_split_operand_pair, xtensa_copy_incoming_a7, + xtensa_copy_incoming_a7, xtensa_copy_incoming_a7, + xtensa_copy_incoming_a7, xtensa_output_literal, + xtensa_output_literal, xtensa_output_literal): Likewise. + * config/xtensa/xtensa.h (INITIAL_ELIMINATION_OFFSET): Likewise. + * config/xtensa/xtensa.md (*btrue, *bfalse, *ubtrue, *ubfalse, + *bittrue, *bitfalse, *masktrue, *maskfalse, movsicc_internal0, + movsicc_internal1, movsfcc_internal0, + movsfcc_internal1): Likewise. + 2005-04-28 James E Wilson <wilson@specifixinc.com> * config/i386/i386.h (HI_REGISTER_NAMES): Fix typos in comment. |