This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Need config/ for include of fp-bit.h


Fallout from Zack's "(INCLUDES): Remove -I$(srcdir)/config."
Applying as obvious.

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

Index: gcc/config/fp-bit.c
===================================================================
RCS file: /cvs/gcc/gcc/gcc/config/fp-bit.c,v
retrieving revision 1.42
diff -u -p -r1.42 fp-bit.c
--- gcc/config/fp-bit.c	15 Jun 2003 04:00:45 -0000	1.42
+++ gcc/config/fp-bit.c	22 Aug 2003 09:24:32 -0000
@@ -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
Index: gcc/config/rs6000/ppc64-fp.c
===================================================================
RCS file: /cvs/gcc/gcc/gcc/config/rs6000/ppc64-fp.c,v
retrieving revision 1.1
diff -u -p -r1.1 ppc64-fp.c
--- gcc/config/rs6000/ppc64-fp.c	10 Feb 2003 20:45:59 -0000	1.1
+++ gcc/config/rs6000/ppc64-fp.c	22 Aug 2003 09:24:32 -0000
@@ -31,7 +31,7 @@ Software Foundation, 59 Temple Place - S
 02111-1307, USA.  */
 
 #if defined(__powerpc64__)
-#include "fp-bit.h"
+#include "config/fp-bit.h"
 
 extern DItype __fixdfdi (DFtype);
 extern DItype __fixsfdi (SFtype);

-- 
Alan Modra
IBM OzLabs - Linux Technology Centre


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]