Use new file names for included sparc files.
authorJames Van Artsdalen <jrv@gnu.org>
Wed, 6 Jan 1993 06:37:55 +0000 (06:37 +0000)
committerJames Van Artsdalen <jrv@gnu.org>
Wed, 6 Jan 1993 06:37:55 +0000 (06:37 +0000)
From-SVN: r3113

gcc/config/sparc/gmon-sol2.c
gcc/config/sparc/pbd.h
gcc/config/sparc/sol2.h
gcc/config/sparc/sun4o3.h
gcc/config/sparc/sysv4.h
gcc/config/sparc/t-sol2
gcc/config/sparc/xm-sol2.h

index 7abbbea..16014c0 100644 (file)
@@ -46,7 +46,7 @@ static char sccsid[] = "@(#)gmon.c    5.3 (Berkeley) 5/22/91";
 #endif
 
 #if 0
-#include "gmon.h"
+#include "sparc/gmon.h"
 #else
 struct phdr {
   char *lpc;
index 1c2d041..747ebf5 100644 (file)
@@ -21,7 +21,7 @@ You should have received a copy of the GNU General Public License
 along with GNU CC; see the file COPYING.  If not, write to
 the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA.  */
 
-#include "sparc.h"
+#include "sparc/sparc.h"
 
 /* Names to predefine in the preprocessor for this target machine.  */
 
index edd5d60..e29a883 100644 (file)
@@ -20,7 +20,7 @@ along with GNU CC; see the file COPYING.  If not, write to
 the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA.  */
 
 /* Supposedly the same as vanilla sparc svr4, except for the stuff below: */
-#include "sparcv4.h"
+#include "sparc/sparcv4.h"
 
 #undef CPP_PREDEFINES
 #define CPP_PREDEFINES \
index f463c10..17869d2 100644 (file)
@@ -1,4 +1,4 @@
-#include "sparc.h"
+#include "sparc/sparc.h"
 
 /* Define the Sun-asm flag, which is necessary for Sun 4 with os version 3.  */
 #undef TARGET_DEFAULT
index 2e6df44..960eb56 100644 (file)
@@ -19,7 +19,7 @@ You should have received a copy of the GNU General Public License
 along with GNU CC; see the file COPYING.  If not, write to
 the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA.  */
 
-#include "sparc.h"
+#include "sparc/sparc.h"
 
 /* Undefine some symbols which are defined in "sparc.h" but which are
    appropriate only for SunOS 4.x, and not for svr4.  */
index 8efea8d..9aab408 100644 (file)
@@ -11,14 +11,14 @@ INSTALL_TARGET = install-cross
 LIBGCC1 = libgcc1.null
 
 # gmon build rule:
-gmon.o:        $(srcdir)/config/gmon-sol2.c $(GCC_PASSES) $(CONFIG_H)
+gmon.o:        $(srcdir)/config/sparc/gmon-sol2.c $(GCC_PASSES) $(CONFIG_H)
        $(GCC_FOR_TARGET) $(GCC_CFLAGS) $(INCLUDES) \
-               -c $(srcdir)/config/gmon-sol2.c -o gmon.o
+               -c $(srcdir)/config/sparc/gmon-sol2.c -o gmon.o
 
 # Assemble startup files.
-crt1.o: $(srcdir)/config/sol2-c1.asm
-       $(AS) -o crt1.o $(srcdir)/config/sol2-c1.asm
-crti.o: $(srcdir)/config/sol2-ci.asm
-       $(AS) -o crti.o $(srcdir)/config/sol2-ci.asm
-crtn.o: $(srcdir)/config/sol2-cn.asm
-       $(AS) -o crtn.o $(srcdir)/config/sol2-cn.asm
+crt1.o: $(srcdir)/config/sparc/sol2-c1.asm
+       $(AS) -o crt1.o $(srcdir)/config/sparc/sol2-c1.asm
+crti.o: $(srcdir)/config/sparc/sol2-ci.asm
+       $(AS) -o crti.o $(srcdir)/config/sparc/sol2-ci.asm
+crtn.o: $(srcdir)/config/sparc/sol2-cn.asm
+       $(AS) -o crtn.o $(srcdir)/config/sparc/sol2-cn.asm
index 1273924..a799f12 100644 (file)
@@ -1,4 +1,4 @@
-#include "xm-spcv4.h"
+#include "sparc/xm-sysv4.h"
 
 /* If not compiled with GNU C, include the system's <alloca.h> header.  */
 #ifndef __GNUC__