Commit f1c7021e by James Van Artsdalen

Use new file names for included sparc files.

From-SVN: r3113
parent 9986f6d2
...@@ -46,7 +46,7 @@ static char sccsid[] = "@(#)gmon.c 5.3 (Berkeley) 5/22/91"; ...@@ -46,7 +46,7 @@ static char sccsid[] = "@(#)gmon.c 5.3 (Berkeley) 5/22/91";
#endif #endif
#if 0 #if 0
#include "gmon.h" #include "sparc/gmon.h"
#else #else
struct phdr { struct phdr {
char *lpc; char *lpc;
......
...@@ -21,7 +21,7 @@ You should have received a copy of the GNU General Public License ...@@ -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 along with GNU CC; see the file COPYING. If not, write to
the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ 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. */ /* Names to predefine in the preprocessor for this target machine. */
......
...@@ -20,7 +20,7 @@ along with GNU CC; see the file COPYING. If not, write to ...@@ -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. */ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */
/* Supposedly the same as vanilla sparc svr4, except for the stuff below: */ /* Supposedly the same as vanilla sparc svr4, except for the stuff below: */
#include "sparcv4.h" #include "sparc/sparcv4.h"
#undef CPP_PREDEFINES #undef CPP_PREDEFINES
#define CPP_PREDEFINES \ #define CPP_PREDEFINES \
......
#include "sparc.h" #include "sparc/sparc.h"
/* Define the Sun-asm flag, which is necessary for Sun 4 with os version 3. */ /* Define the Sun-asm flag, which is necessary for Sun 4 with os version 3. */
#undef TARGET_DEFAULT #undef TARGET_DEFAULT
......
...@@ -19,7 +19,7 @@ You should have received a copy of the GNU General Public License ...@@ -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 along with GNU CC; see the file COPYING. If not, write to
the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ 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 /* Undefine some symbols which are defined in "sparc.h" but which are
appropriate only for SunOS 4.x, and not for svr4. */ appropriate only for SunOS 4.x, and not for svr4. */
......
...@@ -11,14 +11,14 @@ INSTALL_TARGET = install-cross ...@@ -11,14 +11,14 @@ INSTALL_TARGET = install-cross
LIBGCC1 = libgcc1.null LIBGCC1 = libgcc1.null
# gmon build rule: # 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) \ $(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. # Assemble startup files.
crt1.o: $(srcdir)/config/sol2-c1.asm crt1.o: $(srcdir)/config/sparc/sol2-c1.asm
$(AS) -o crt1.o $(srcdir)/config/sol2-c1.asm $(AS) -o crt1.o $(srcdir)/config/sparc/sol2-c1.asm
crti.o: $(srcdir)/config/sol2-ci.asm crti.o: $(srcdir)/config/sparc/sol2-ci.asm
$(AS) -o crti.o $(srcdir)/config/sol2-ci.asm $(AS) -o crti.o $(srcdir)/config/sparc/sol2-ci.asm
crtn.o: $(srcdir)/config/sol2-cn.asm crtn.o: $(srcdir)/config/sparc/sol2-cn.asm
$(AS) -o crtn.o $(srcdir)/config/sol2-cn.asm $(AS) -o crtn.o $(srcdir)/config/sparc/sol2-cn.asm
#include "xm-spcv4.h" #include "sparc/xm-sysv4.h"
/* If not compiled with GNU C, include the system's <alloca.h> header. */ /* If not compiled with GNU C, include the system's <alloca.h> header. */
#ifndef __GNUC__ #ifndef __GNUC__
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment