Makefile.in (USER_H): Add ginclude/float.h.
authorRichard Henderson <rth@redhat.com>
Tue, 3 Sep 2002 20:21:35 +0000 (13:21 -0700)
committerRichard Henderson <rth@gcc.gnu.org>
Tue, 3 Sep 2002 20:21:35 +0000 (13:21 -0700)
commitd57a4b98c468fbef724a721228b713c27cccf784
treebeb40aea471a9c4ff00226d241b1df74eeee7c7f
parent527347f04d1d1229e4d2e96c207d7df66caa4df3
Makefile.in (USER_H): Add ginclude/float.h.

        * Makefile.in (USER_H): Add ginclude/float.h.
        (FLOAT_H): Remove.
        (stmp-int-hdrs, install-mkheaders): Don't handle FLOAT_H.
        (mostlyclean): Don't remove float.h intermediate files.
        (distclean): Don't remove float.h.
        * config.gcc: Remove all float_format references.
        * configure.in (float_format, float_h_file): Remove.

        * c-common.c: Include tree-inline.h.
        (builtin_define_with_int_value): New.
        (builtin_define_type_precision): Use it.
        (builtin_define_float_constants): New.
        (cb_register_builtins): Use it.  Define __FLT_RADIX__ and
        __FLT_EVAL_METHOD__.
        * defaults.h (TARGET_FLT_EVAL_METHOD): New.
        * config/i386/i386.h (TARGET_FLT_EVAL_METHOD): New.
        * config/m68k/m68k.h (TARGET_FLT_EVAL_METHOD): New.
        * doc/tm.texi (INTEL_EXTENDED_IEEE_FORMAT): Mention moto 96-bit format.
        (TARGET_FLT_EVAL_METHOD): New.

        * config/float-c4x.h, config/float-i128.h, config/float-i32.h,
        config/float-i386.h, config/float-i64.h, config/float-m68k.h,
        config/float-sh.h, config/float-sparc.h, config/float-vax.h: Remove.
        * ginclude/float.h: New.

From-SVN: r56769
20 files changed:
gcc/ChangeLog
gcc/Makefile.in
gcc/c-common.c
gcc/config.gcc
gcc/config/float-c4x.h [deleted file]
gcc/config/float-i128.h [deleted file]
gcc/config/float-i32.h [deleted file]
gcc/config/float-i386.h [deleted file]
gcc/config/float-i64.h [deleted file]
gcc/config/float-m68k.h [deleted file]
gcc/config/float-sh.h [deleted file]
gcc/config/float-sparc.h [deleted file]
gcc/config/float-vax.h [deleted file]
gcc/config/i386/i386.h
gcc/config/m68k/m68k.h
gcc/configure
gcc/configure.in
gcc/defaults.h
gcc/doc/tm.texi
gcc/ginclude/float.h [new file with mode: 0644]