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
This commit is contained in:
Alan Modra 2003-08-22 09:33:25 +00:00 committed by Alan Modra
parent dcc2467855
commit 65dbc87090
3 changed files with 7 additions and 2 deletions

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

View 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

View 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);