mirror of
git://gcc.gnu.org/git/gcc.git
synced 2025-04-11 09:30:50 +08:00
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:
parent
dcc2467855
commit
65dbc87090
@ -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.
|
||||
|
@ -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
|
||||
|
@ -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);
|
||||
|
Loading…
x
Reference in New Issue
Block a user