diff options
author | Alexandre Oliva <aoliva@redhat.com> | 2001-01-31 13:45:50 +0000 |
---|---|---|
committer | Alexandre Oliva <aoliva@gcc.gnu.org> | 2001-01-31 13:45:50 +0000 |
commit | 3cb95a7d5da8ef9dccaf2981bb9d005727014b5f (patch) | |
tree | 21ac4205b76fc8088a310373b76fd249c7f405b6 /gcc/config | |
parent | ae7676edff719155e5459c8f00401d00175811c5 (diff) | |
download | gcc-3cb95a7d5da8ef9dccaf2981bb9d005727014b5f.zip gcc-3cb95a7d5da8ef9dccaf2981bb9d005727014b5f.tar.gz gcc-3cb95a7d5da8ef9dccaf2981bb9d005727014b5f.tar.bz2 |
Include tm.h, not hconfig.h
From-SVN: r39375
Diffstat (limited to 'gcc/config')
-rw-r--r-- | gcc/config/fp-bit.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/config/fp-bit.c b/gcc/config/fp-bit.c index 07d2151..eb4fc69 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 |