OSDN Git Service

* Makefile.in (USER_H): Add ginclude/float.h.
authorrth <rth@138bc75d-0d04-0410-961f-82ee72b054a4>
Tue, 3 Sep 2002 20:21:35 +0000 (20:21 +0000)
committerrth <rth@138bc75d-0d04-0410-961f-82ee72b054a4>
Tue, 3 Sep 2002 20:21:35 +0000 (20:21 +0000)
commitf3dde8074117b4e72732aab2e8212d1a5443ac32
treebeb40aea471a9c4ff00226d241b1df74eeee7c7f
parent9c50d93e8d781dee836051c9fab12f9d7c5cd0db
    * 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.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@56769 138bc75d-0d04-0410-961f-82ee72b054a4
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]