This is the mail archive of the
gcc-cvs@gcc.gnu.org
mailing list for the GCC project.
r112528 - in /branches/csl/arm-4_1: ChangeLog.c...
- From: pbrook at gcc dot gnu dot org
- To: gcc-cvs at gcc dot gnu dot org
- Date: Thu, 30 Mar 2006 00:39:34 -0000
- Subject: r112528 - in /branches/csl/arm-4_1: ChangeLog.c...
Author: pbrook
Date: Thu Mar 30 00:39:34 2006
New Revision: 112528
URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=112528
Log:
2006-03-30 Paul Brook <paul@codesourcery.com>
* gcc/config/arm/arm.c (arm_output_shift): Change set_flags to
tristate option. Use modified shift value.
* gcc/config/arm/arm-protos.h (arm_output_shift): Update prototype.
* gcc/config/arm/thumb2.md (thumb2_shiftsi3_short): Use
arm_output_shift.
* gcc/config/arm/arm.md (arm_shiftsi3, shiftsi3_compare0,
shiftsi3_compare0_scratch): Adjust arguments to arm_output_shift.
Modified:
branches/csl/arm-4_1/ChangeLog.csl
branches/csl/arm-4_1/gcc/config/arm/arm-protos.h
branches/csl/arm-4_1/gcc/config/arm/arm.c
branches/csl/arm-4_1/gcc/config/arm/arm.md
branches/csl/arm-4_1/gcc/config/arm/thumb2.md