This is the mail archive of the gcc-patches@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]

Re: [patch] Fixed-point patch 9/10


Fu, Chao-Ying wrote:

> gcc/ChangeLog
> 2007-09-14  Chao-ying Fu  <fu@mips.com>
> 		Nigel Stephens  <nigel@mips.com>
> 
> 	* config/fixed-bit.h: New file.
> 	* config/fixed-bit.c: New file.
> 	* doc/libgcc.texi (Fixed-point fractional library routines): New node.
> 
> libgcc/ChangeLog
> 2007-09-14  Chao-ying Fu  <fu@mips.com>
> 		Nigel Stephens  <nigel@mips.com>
> 
> 	* fixed-obj.mk: New file to support fine-grain fixed-point functions.
> 	* Makefile.in (fixed_point): Define.
> 	Check if fixed_point is yes to build support functions.
> 	* configure.ac: Check for fixed_point support.
> 	* configure: Regenerated.
> 	* gen-fixed.sh: New file to generate lists of fixed-point labels,
> 	funcs, modes, from, to.

This version is OK.  Thank you for the rework on the Makefile parts.
Doing it within Make itself is clearly better -- we just can't do it yet.

Thanks,

-- 
Mark Mitchell
CodeSourcery
mark@codesourcery.com
(650) 331-3385 x713


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