diff options
author | amodra <amodra@138bc75d-0d04-0410-961f-82ee72b054a4> | 2003-08-22 09:33:25 +0000 |
---|---|---|
committer | amodra <amodra@138bc75d-0d04-0410-961f-82ee72b054a4> | 2003-08-22 09:33:25 +0000 |
commit | bd4e293d6754427998e0cf56cacd086c359aa86a (patch) | |
tree | 3fbcc15919f48d186c96e035923db557c719cb0f /gcc/config/rs6000/ppc64-fp.c | |
parent | 845bebef620d4e847cde2fb2da10713dc155fa3f (diff) | |
download | gcc-bd4e293d6754427998e0cf56cacd086c359aa86a.tar.gz |
* config/fp-bit.c: Specify config/ dir for include of fp-bit.h.
* config/rs6000/ppc64-fp.c: Likewise.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@70679 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/config/rs6000/ppc64-fp.c')
-rw-r--r-- | gcc/config/rs6000/ppc64-fp.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/config/rs6000/ppc64-fp.c b/gcc/config/rs6000/ppc64-fp.c index 3f6d7cd1bb0..755827fb0b4 100644 --- a/gcc/config/rs6000/ppc64-fp.c +++ b/gcc/config/rs6000/ppc64-fp.c @@ -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); |