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]

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


Author: chaoyingfu
Date: Thu Mar  1 00:49:41 2007
New Revision: 122421

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=122421
Log:
* config/fixed-bit.c (stdio.h): Remove include.
(FIXED_SSADD): Test x >= 0 to set the maximum value.
(FIXED_SSSUB): Test x >= 0 to set the maximum value.
(FIXED_SSNEG): Test x >= 0 to set the maximum value.
* config/mips/mips.md (mips-fixed.md): Comment it out to test the
emulation library.

Modified:
    branches/fixed-point/gcc/ChangeLog
    branches/fixed-point/gcc/config/fixed-bit.c
    branches/fixed-point/gcc/config/mips/mips.md


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