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]

r142999 - in /trunk/gcc: ChangeLog config/fp-bi...


Author: bje
Date: Thu Jan  1 22:12:50 2009
New Revision: 142999

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=142999
Log:
	* config/fp-bit.h (pack_d): Constify argument.
	* config/fp-bit.c (makenan): Constify return type. Remove casts.
	(isnan): Constify argument.
	(isinf): Likewise.
	(iszero): Likewise.
	(pack_d): Likewise.
	(_fpadd_parts): Constify return type.
	(_fpmul_parts): Likewise.
	(_fpdiv_parts): Likewise.

Modified:
    trunk/gcc/ChangeLog
    trunk/gcc/config/fp-bit.c
    trunk/gcc/config/fp-bit.h


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