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

chaoyingfu@gcc.gnu.org chaoyingfu@gcc.gnu.org
Mon Feb 5 22:21:00 GMT 2007


Author: chaoyingfu
Date: Mon Feb  5 22:21:33 2007
New Revision: 121618

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=121618
Log:
* optabs.c (init_fixed_point_libfuncs, init_signed_fixed_point_libfuncs,
init_unsigned_fixed_point_libfuncs): Declare.
(init_fixed_point_libfuncs, init_signed_fixed_point_libfuncs,
init_unsigned_fixed_point_libfuncs): New functions.
(init_optabs): Initialize fixed-point libraries, including add, ssadd,
usadd, sub, sssub, ussub, mul, ssmul, usmul, div, ssdiv, udiv, usdiv,
ashl, ssashl, usashl, ashr, lshr, neg, ssneg, usneg, cmp.
* config/fixed-bit.h: New file.
* config/fixed-bit.c: New file.

Added:
    branches/fixed-point/gcc/config/fixed-bit.c
    branches/fixed-point/gcc/config/fixed-bit.h
Modified:
    branches/fixed-point/gcc/ChangeLog
    branches/fixed-point/gcc/optabs.c



More information about the Gcc-cvs mailing list