aboutsummaryrefslogtreecommitdiff
path: root/gcc
diff options
context:
space:
mode:
authorJames Van Artsdalen <jrv@gnu.org>1993-01-06 06:37:55 +0000
committerJames Van Artsdalen <jrv@gnu.org>1993-01-06 06:37:55 +0000
commitf1c7021e43b3166079024ccd99d87dee2bb5d1f2 (patch)
tree6616dc6a5c7dad2f83d376428a85015e92e35827 /gcc
parent9986f6d24eb9ef383fbc30a294deb78a4224875f (diff)
downloadgcc-f1c7021e43b3166079024ccd99d87dee2bb5d1f2.zip
gcc-f1c7021e43b3166079024ccd99d87dee2bb5d1f2.tar.gz
gcc-f1c7021e43b3166079024ccd99d87dee2bb5d1f2.tar.bz2
Use new file names for included sparc files.
From-SVN: r3113
Diffstat (limited to 'gcc')
-rw-r--r--gcc/config/sparc/gmon-sol2.c2
-rw-r--r--gcc/config/sparc/pbd.h2
-rw-r--r--gcc/config/sparc/sol2.h2
-rw-r--r--gcc/config/sparc/sun4o3.h2
-rw-r--r--gcc/config/sparc/sysv4.h2
-rw-r--r--gcc/config/sparc/t-sol216
-rw-r--r--gcc/config/sparc/xm-sol2.h2
7 files changed, 14 insertions, 14 deletions
diff --git a/gcc/config/sparc/gmon-sol2.c b/gcc/config/sparc/gmon-sol2.c
index 7abbbea..16014c0 100644
--- a/gcc/config/sparc/gmon-sol2.c
+++ b/gcc/config/sparc/gmon-sol2.c
@@ -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;
diff --git a/gcc/config/sparc/pbd.h b/gcc/config/sparc/pbd.h
index 1c2d041..747ebf5 100644
--- a/gcc/config/sparc/pbd.h
+++ b/gcc/config/sparc/pbd.h
@@ -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. */
diff --git a/gcc/config/sparc/sol2.h b/gcc/config/sparc/sol2.h
index edd5d60..e29a883 100644
--- a/gcc/config/sparc/sol2.h
+++ b/gcc/config/sparc/sol2.h
@@ -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 \
diff --git a/gcc/config/sparc/sun4o3.h b/gcc/config/sparc/sun4o3.h
index f463c10..17869d2 100644
--- a/gcc/config/sparc/sun4o3.h
+++ b/gcc/config/sparc/sun4o3.h
@@ -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
diff --git a/gcc/config/sparc/sysv4.h b/gcc/config/sparc/sysv4.h
index 2e6df44..960eb56 100644
--- a/gcc/config/sparc/sysv4.h
+++ b/gcc/config/sparc/sysv4.h
@@ -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. */
diff --git a/gcc/config/sparc/t-sol2 b/gcc/config/sparc/t-sol2
index 8efea8d..9aab408 100644
--- a/gcc/config/sparc/t-sol2
+++ b/gcc/config/sparc/t-sol2
@@ -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
diff --git a/gcc/config/sparc/xm-sol2.h b/gcc/config/sparc/xm-sol2.h
index 1273924..a799f12 100644
--- a/gcc/config/sparc/xm-sol2.h
+++ b/gcc/config/sparc/xm-sol2.h
@@ -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__