r125500 - in /branches/fixed-point/gcc: ChangeL...
chaoyingfu@gcc.gnu.org
chaoyingfu@gcc.gnu.org
Wed Jun 6 18:55:00 GMT 2007
Author: chaoyingfu
Date: Wed Jun 6 18:55:24 2007
New Revision: 125500
URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=125500
Log:
* defaults.h (SHORT_FRACT_TYPE_SIZE): Change to BITS_PER_UNIT.
(FRACT_TYPE_SIZE): Change to BITS_PER_UNIT * 2.
(LONG_FRACT_TYPE_SIZE): Change to BITS_PER_UNIT * 4.
(LONG_LONG_FRACT_TYPE_SIZE): Change to BITS_PER_UNIT * 8.
(SHORT_ACCUM_TYPE_SIZE, ACCUM_TYPE_SIZE, LONG_ACCUM_TYPE_SIZE,
LONG_LONG_ACCUM_TYPE_SIZE): Change to twice of the corresponding
fract type sizes.
* doc/tm.texi (SHORT_FRACT_TYPE_SIZE, FRACT_TYPE_SIZE,
LONG_FRACT_TYPE_SIZE, LONG_LONG_FRACT_TYPE_SIZE, SHORT_ACCUM_TYPE_SIZE,
ACCUM_TYPE_SIZE, LONG_ACCUM_TYPE_SIZE, LONG_LONG_ACCUM_TYPE_SIZE):
Change them to new values.
* config/mips/mips.h (SHORT_FRACT_TYPE_SIZE, FRACT_TYPE_SIZE,
LONG_FRACT_TYPE_SIZE, LONG_LONG_FRACT_TYPE_SIZE, SHORT_ACCUM_TYPE_SIZE,
ACCUM_TYPE_SIZE, LONG_ACCUM_TYPE_SIZE, LONG_LONG_ACCUM_TYPE_SIZE):
Change them to 8, 16, 32, 64, 16, 32, 64, 64 (or 128 if TARGET_LONG64).
Modified:
branches/fixed-point/gcc/ChangeLog
branches/fixed-point/gcc/config/mips/mips.h
branches/fixed-point/gcc/defaults.h
branches/fixed-point/gcc/doc/tm.texi
More information about the Gcc-cvs
mailing list