aboutsummaryrefslogtreecommitdiff
path: root/libgcc/fixed-obj.mk
AgeCommit message (Collapse)AuthorFilesLines
2007-09-17fixed-obj.mk: New file to support fine-grain fixed-point functions.Chao-ying Fu1-0/+31
* 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. Co-Authored-By: Nigel Stephens <nigel@mips.com> From-SVN: r128557