Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
R
riscv-gcc-1
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
lvzhengyang
riscv-gcc-1
Commits
f1c7021e
Commit
f1c7021e
authored
Jan 06, 1993
by
James Van Artsdalen
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Use new file names for included sparc files.
From-SVN: r3113
parent
9986f6d2
Hide whitespace changes
Inline
Side-by-side
Showing
7 changed files
with
14 additions
and
14 deletions
+14
-14
gcc/config/sparc/gmon-sol2.c
+1
-1
gcc/config/sparc/pbd.h
+1
-1
gcc/config/sparc/sol2.h
+1
-1
gcc/config/sparc/sun4o3.h
+1
-1
gcc/config/sparc/sysv4.h
+1
-1
gcc/config/sparc/t-sol2
+8
-8
gcc/config/sparc/xm-sol2.h
+1
-1
No files found.
gcc/config/sparc/gmon-sol2.c
View file @
f1c7021e
...
@@ -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
;
...
...
gcc/config/sparc/pbd.h
View file @
f1c7021e
...
@@ -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. */
...
...
gcc/config/sparc/sol2.h
View file @
f1c7021e
...
@@ -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
/sparc
v4.h"
#undef CPP_PREDEFINES
#undef CPP_PREDEFINES
#define CPP_PREDEFINES \
#define CPP_PREDEFINES \
...
...
gcc/config/sparc/sun4o3.h
View file @
f1c7021e
#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
...
...
gcc/config/sparc/sysv4.h
View file @
f1c7021e
...
@@ -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. */
...
...
gcc/config/sparc/t-sol2
View file @
f1c7021e
...
@@ -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/s
parc/s
ol2-c1.asm
$(AS) -o crt1.o $(srcdir)/config/sol2-c1.asm
$(AS) -o crt1.o $(srcdir)/config/s
parc/s
ol2-c1.asm
crti.o: $(srcdir)/config/sol2-ci.asm
crti.o: $(srcdir)/config/s
parc/s
ol2-ci.asm
$(AS) -o crti.o $(srcdir)/config/sol2-ci.asm
$(AS) -o crti.o $(srcdir)/config/s
parc/s
ol2-ci.asm
crtn.o: $(srcdir)/config/sol2-cn.asm
crtn.o: $(srcdir)/config/s
parc/s
ol2-cn.asm
$(AS) -o crtn.o $(srcdir)/config/sol2-cn.asm
$(AS) -o crtn.o $(srcdir)/config/s
parc/s
ol2-cn.asm
gcc/config/sparc/xm-sol2.h
View file @
f1c7021e
#include "
xm-spc
v4.h"
#include "
sparc/xm-sys
v4.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__
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment