Commit 65dbc870 by Alan Modra Committed by Alan Modra

fp-bit.c: Specify config/ dir for include of fp-bit.h.

	* config/fp-bit.c: Specify config/ dir for include of fp-bit.h.
	* config/rs6000/ppc64-fp.c: Likewise.

From-SVN: r70679
parent dcc24678
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> 2003-08-22 Kazu Hirata <kazu@cs.umass.edu>
* cfgcleanup.c: Fix comment typos. * cfgcleanup.c: Fix comment typos.
......
...@@ -46,7 +46,7 @@ Boston, MA 02111-1307, USA. */ ...@@ -46,7 +46,7 @@ Boston, MA 02111-1307, USA. */
#include "tconfig.h" #include "tconfig.h"
#include "coretypes.h" #include "coretypes.h"
#include "tm.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: /* 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 FLOAT: Implement a `float', aka SFmode, fp library. If this is not
......
...@@ -31,7 +31,7 @@ Software Foundation, 59 Temple Place - Suite 330, Boston, MA ...@@ -31,7 +31,7 @@ Software Foundation, 59 Temple Place - Suite 330, Boston, MA
02111-1307, USA. */ 02111-1307, USA. */
#if defined(__powerpc64__) #if defined(__powerpc64__)
#include "fp-bit.h" #include "config/fp-bit.h"
extern DItype __fixdfdi (DFtype); extern DItype __fixdfdi (DFtype);
extern DItype __fixsfdi (SFtype); extern DItype __fixsfdi (SFtype);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment