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]

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


Author: chaoyingfu
Date: Mon Jan  8 23:51:22 2007
New Revision: 120598

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=120598
Log:
* fixed-value.h (fixed_convert): Add one parameter of satp.
* fixed-value.c (fixed_convert): Saturate the result when satp is true.
* fold-const.c (fold_convert_const_fixed_from_fixed): Add one parameter
in fixed_convert for saturating types.
* machmode.def (ADJUST_IBIT, ADJUST_FBIT): Document.
* 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):
Document.

Modified:
    branches/fixed-point/gcc/ChangeLog
    branches/fixed-point/gcc/doc/tm.texi
    branches/fixed-point/gcc/fixed-value.c
    branches/fixed-point/gcc/fixed-value.h
    branches/fixed-point/gcc/fold-const.c
    branches/fixed-point/gcc/machmode.def


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