This is the mail archive of the gcc-cvs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

r125500 - in /branches/fixed-point/gcc: ChangeL...


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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]