]> gcc.gnu.org Git - gcc.git/commitdiff
Handle PA configuration files in new subdirectory.
authorJeff Law <law@gcc.gnu.org>
Wed, 6 Jan 1993 04:53:12 +0000 (21:53 -0700)
committerJeff Law <law@gcc.gnu.org>
Wed, 6 Jan 1993 04:53:12 +0000 (21:53 -0700)
From-SVN: r3112

gcc/config/pa/pa-hpux.h
gcc/config/pa/pa-hpux7.h
gcc/config/pa/pa1.h

index 0be90ef0a07e13b0f8deeb8f2db3f2e0cc2ee230..10d26502fec2528bf8ed3ebb4ed20ac09041663e 100644 (file)
@@ -21,7 +21,7 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA.  */
 #define TARGET_DEFAULT 0
 #endif
 
-#include "pa.h"
+#include "pa/pa.h"
 
 /* Make GCC agree with types.h.  */
 #undef SIZE_TYPE
index 47ae6649a985d50ba07d5943ea253019d8586def..bc3ff4c5297325f592c6a96bad4d19f5c2c85403 100644 (file)
@@ -21,7 +21,7 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA.  */
 #define TARGET_DEFAULT 0
 #endif
 
-#include "pa.h"
+#include "pa/pa.h"
 
 /* Make GCC agree with types.h.  */
 #undef SIZE_TYPE
index 767101f9d955c56bec1d0f376d7424cbd60d4cb7..af44f89c1738fd2c8b19709d3f1ba12bcacebe6a 100644 (file)
@@ -23,4 +23,4 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA.  */
 /* This is the same as pa.h, except that we generate snake code by
    default. */
 
-#include "pa.h"
+#include "pa/pa.h"
This page took 0.062331 seconds and 5 git commands to generate.