]> git.ipfire.org Git - thirdparty/gcc.git/commit - libgcc/ChangeLog
fixed-obj.mk: New file to support fine-grain fixed-point functions.
authorChao-ying Fu <fu@mips.com>
Mon, 17 Sep 2007 22:18:13 +0000 (22:18 +0000)
committerChao-ying Fu <chaoyingfu@gcc.gnu.org>
Mon, 17 Sep 2007 22:18:13 +0000 (22:18 +0000)
commit8d2a9e0ee289edadb94f6894c677fbb3463b8332
treeb78141d7b773b125dccacd9b26b68b4b0ab15643
parent154e4a0a8d367972b61eb3fd96cc8e4bb7572ea9
fixed-obj.mk: New file to support fine-grain fixed-point functions.

* 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
libgcc/ChangeLog
libgcc/Makefile.in
libgcc/configure
libgcc/configure.ac
libgcc/fixed-obj.mk [new file with mode: 0644]
libgcc/gen-fixed.sh [new file with mode: 0644]