Include tm.h, not hconfig.h
authorAlexandre Oliva <aoliva@redhat.com>
Wed, 31 Jan 2001 13:45:50 +0000 (13:45 +0000)
committerAlexandre Oliva <aoliva@gcc.gnu.org>
Wed, 31 Jan 2001 13:45:50 +0000 (13:45 +0000)
From-SVN: r39375

gcc/ChangeLog
gcc/config/fp-bit.c

index 5024a54c551f4f2fce23be9fc11bf29c4009ec7a..cf31ea1523f90415ed70daa947eee2b5e691e380 100644 (file)
@@ -1,6 +1,6 @@
 2001-01-31  Alexandre Oliva  <aoliva@redhat.com>
 
-       * config/fp-bit.c: Include hconfig.h
+       * config/fp-bit.c: Include tm.h.
        (float_to_si): Don't assume SImode is 32-bits wide.
        (float_to_usi): Likewise.
 
index 07d21519607f34215f66c8fb6261ba4a8af4f188..eb4fc69022b8efe334bfd8c67175c170e3d65796 100644 (file)
@@ -45,7 +45,7 @@ Boston, MA 02111-1307, USA.  */
    to one copy, then compile both copies and add them to libgcc.a.  */
 
 #include "fp-bit.h"
-#include "hconfig.h"
+#include "tm.h"
 
 /* The following macros can be defined to change the behaviour of this file:
    FLOAT: Implement a `float', aka SFmode, fp library.  If this is not