]> gcc.gnu.org Git - gcc.git/commit
Makefile.in (FPBIT_FUNCS, [...]): Define.
authorJeffrey A Law <law@cygnus.com>
Sun, 21 Dec 1997 13:45:20 +0000 (13:45 +0000)
committerJeff Law <law@gcc.gnu.org>
Sun, 21 Dec 1997 13:45:20 +0000 (06:45 -0700)
commit5198352eea3242b89cbfc9674184458027901a53
treea3930c35ffb64f909bb175eb62a2dd7bcbfc84d8
parent1d300e19b61d11e3a2321a098b7949f6c2058be2
Makefile.in (FPBIT_FUNCS, [...]): Define.

        * 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: r17163
gcc/ChangeLog
gcc/Makefile.in
This page took 0.05871 seconds and 5 git commands to generate.