Source-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: gnusrc/gnu/dist/toolchain/gcc/config/arm



Module Name:    gnusrc
Committed By:   thorpej
Date:           Wed Aug 21 01:27:15 UTC 2002

Modified Files:
        gnusrc/gnu/dist/toolchain/gcc/config/arm: arm.c arm.h arm.md

Log Message:
arm.c, arm.h:

* Declare arm_arch5 and arm_arch5e.  Set arm_arch5 for if -mcpu=arm10tdmi,
  -mcpu=arm1020t, -mcpu=xscale, -march=armv5, -march=armv5e, -march=armv5te.
  Set arm_arch5e for -mcpu=xscale, -march=armv5e, -march=armv5te.

arm.md:

* Define the "clz" insn for arm_arch5.
* Define an "ffssi2" expander for arm_arch5 which uses "clz".


To generate a diff of this commit:
cvs rdiff -r1.7 -r1.8 gnusrc/gnu/dist/toolchain/gcc/config/arm/arm.c
cvs rdiff -r1.6 -r1.7 gnusrc/gnu/dist/toolchain/gcc/config/arm/arm.h
cvs rdiff -r1.5 -r1.6 gnusrc/gnu/dist/toolchain/gcc/config/arm/arm.md

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.




Home | Main Index | Thread Index | Old Index