* config/rs6000/ppc64-fp.c: Likewise.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@70679
138bc75d-0d04-0410-961f-
82ee72b054a4
+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.
#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
02111-1307, USA. */
#if defined(__powerpc64__)
-#include "fp-bit.h"
+#include "config/fp-bit.h"
extern DItype __fixdfdi (DFtype);
extern DItype __fixsfdi (SFtype);