Include tm.h, not hconfig.h

From-SVN: r39375
This commit is contained in:
Alexandre Oliva 2001-01-31 13:45:50 +00:00 committed by Alexandre Oliva
parent ae7676edff
commit 3cb95a7d5d
2 changed files with 2 additions and 2 deletions

View 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.

View 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