fp-bit.c: Specify config/ dir for include of fp-bit.h.
authorAlan Modra <amodra@bigpond.net.au>
Fri, 22 Aug 2003 09:33:25 +0000 (09:33 +0000)
committerAlan Modra <amodra@gcc.gnu.org>
Fri, 22 Aug 2003 09:33:25 +0000 (19:03 +0930)
* config/fp-bit.c: Specify config/ dir for include of fp-bit.h.
* config/rs6000/ppc64-fp.c: Likewise.

From-SVN: r70679

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

index 97e711c9753c385ef82165f8f0cc6a20b46b792b..69ec5fd329809e3583487a6e374333a154d20511 100644 (file)
@@ -1,3 +1,8 @@
+2003-08-22  Alan Modra  <amodra@bigpond.net.au>
+
+       * config/fp-bit.c: Specify config/ dir for include of fp-bit.h.
+       * config/rs6000/ppc64-fp.c: Likewise.
+
 2003-08-22  Kazu Hirata  <kazu@cs.umass.edu>
 
        * cfgcleanup.c: Fix comment typos.
index 6640f7ad1b4ebeef6ddd09515b837d087414c576..51c67430535e1f8a3075c344578a49c28a543f1b 100644 (file)
@@ -46,7 +46,7 @@ Boston, MA 02111-1307, USA.  */
 #include "tconfig.h"
 #include "coretypes.h"
 #include "tm.h"
-#include "fp-bit.h"
+#include "config/fp-bit.h"
 
 /* The following macros can be defined to change the behavior of this file:
    FLOAT: Implement a `float', aka SFmode, fp library.  If this is not
index 3f6d7cd1bb0c9bd2dd74ec2b3a6cc8195cf5af73..755827fb0b46a4660e55b8b0ca48d9ebb0655b8d 100644 (file)
@@ -31,7 +31,7 @@ Software Foundation, 59 Temple Place - Suite 330, Boston, MA
 02111-1307, USA.  */
 
 #if defined(__powerpc64__)
-#include "fp-bit.h"
+#include "config/fp-bit.h"
 
 extern DItype __fixdfdi (DFtype);
 extern DItype __fixsfdi (SFtype);