]> git.ipfire.org Git - thirdparty/gcc.git/commit
configure.in (host_xm_file, [...]): Include hwint.h.
authorKaveh R. Ghazi <ghazi@caip.rutgers.edu>
Thu, 8 Apr 1999 07:27:38 +0000 (07:27 +0000)
committerKaveh Ghazi <ghazi@gcc.gnu.org>
Thu, 8 Apr 1999 07:27:38 +0000 (07:27 +0000)
commit64ccbc9931b1483b76dfa5c4ded875a3f8881a28
tree2d6ce2dd20cea01177b812cce1a4ad5f24e5c338
parent4410d49162691a1aa453303e0b66d1198a6bb0ae
configure.in (host_xm_file, [...]): Include hwint.h.

        * configure.in (host_xm_file, build_xm_file): Include hwint.h.
        Use case statements instead of "if test -a ... -a ... -a ..."
        * machmode.h: Don't define HOST_WIDE_INT, etc. Wrap use of
        HOST_WIDE_INT in #ifdef.
        * mips.h: Include hwint.h instead of providing definitions for
        HOST_WIDE_INT, etc.  Wrap uses of HOST_WIDE_INT in #ifdef.

From-SVN: r26291
gcc/ChangeLog
gcc/config/mips/mips.h
gcc/configure
gcc/configure.in
gcc/machmode.h