From: Alexandre Oliva <aoliva@redhat.com>
Date: Wed, 31 Jan 2001 13:45:50 +0000 (+0000)
Subject: Include tm.h, not hconfig.h
X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=3cb95a7d5da8ef9dccaf2981bb9d005727014b5f;p=gcc.git

Include tm.h, not hconfig.h

From-SVN: r39375
---

diff --git a/gcc/ChangeLog b/gcc/ChangeLog
index 5024a54c551..cf31ea1523f 100644
--- a/gcc/ChangeLog
+++ b/gcc/ChangeLog
@@ -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.
 
diff --git a/gcc/config/fp-bit.c b/gcc/config/fp-bit.c
index 07d21519607..eb4fc69022b 100644
--- a/gcc/config/fp-bit.c
+++ b/gcc/config/fp-bit.c
@@ -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