]> gcc.gnu.org Git - gcc.git/commit
Makefile.in (FPBIT_FUNCS, [...]): Define.
authorJeff Law <law@gcc.gnu.org>
Sun, 21 Dec 1997 13:45:24 +0000 (06:45 -0700)
committerJeff Law <law@gcc.gnu.org>
Sun, 21 Dec 1997 13:45:24 +0000 (06:45 -0700)
commita018144099943d5ad06b743aec69229511e41557
tree98edc7eae120985c1b3af30d919107b3f6a3617a
parent5198352eea3242b89cbfc9674184458027901a53
Makefile.in (FPBIT_FUNCS, [...]): Define.

e
        * Makefile.in (FPBIT_FUNCS, DPBIT_FUNCS): Define.
        (libgcc2.a): Depend on $(DPBIT) and $(FPBIT).  Add rules to
        generate more fine grained floating point emulation libraries.
        * config/fp-bit.c: Add protecting #ifdef to all functions so
        that they can be compiled separately.  If !FINE_GRAINED_LIBRARIES,
        then compile all suitable functions.
        (pack_d, unpack_d, fpcmp_parts): Add declarations, define with two
        underscores to avoid namespace pollution.
        * t-mn10200 (LIB2FUNCS_EXTRA): Remove fp-bit.c
        (FPBIT): Define.
        * t-mn10300 (LIB2FUNCS_EXTRA): Remove fp-bit.c and dp-bit.c
        (FPBIT): Define.
        (DPBIT): Define.

From-SVN: r17164
gcc/config/fp-bit.c
gcc/config/mn10200/t-mn10200
This page took 0.058796 seconds and 5 git commands to generate.