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
0bd4d2ee
Commit
0bd4d2ee
authored
May 18, 1996
by
Richard Kenner
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
No longer include i860.h and svr3.h.
From-SVN: r12029
parent
cc035b63
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
7 additions
and
34 deletions
+7
-34
gcc/config/i860/paragon.h
+3
-7
gcc/config/i860/sysv3.h
+2
-6
gcc/config/i860/sysv4.h
+2
-21
No files found.
gcc/config/i860/paragon.h
View file @
0bd4d2ee
/* Target definitions for GNU compiler for Intel 80860 running OSF/1AD
/* Target definitions for GNU compiler for Intel 80860 running OSF/1AD
Copyright (C) 1991, 1996 Free Software Foundation, Inc.
Copyright (C) 1991, 1996 Free Software Foundation, Inc.
Based upon original work of Ron Guilmette (rfg@monkeys.com).
Based upon original work of Ron Guilmette (rfg@netcom.com).
Contributed by Andy Pfiffer (andyp@ssd.intel.com).
Whacked into submission by Andy Pfiffer (andyp@ssd.intel.com).
Partially inspired by
Partially inspired by
Pete Beckman
@
Indiana University (beckman@cs.indiana.edu)
Pete Beckman
of
Indiana University (beckman@cs.indiana.edu)
Harry Dolan of Intel Corporation (dolan@ssd.intel.com)
Harry Dolan of Intel Corporation (dolan@ssd.intel.com)
This file is part of GNU CC.
This file is part of GNU CC.
...
@@ -24,9 +23,6 @@ along with GNU CC; see the file COPYING. If not, write to
...
@@ -24,9 +23,6 @@ along with GNU CC; see the file COPYING. If not, write to
the Free Software Foundation, 59 Temple Place - Suite 330,
the Free Software Foundation, 59 Temple Place - Suite 330,
Boston, MA 02111-1307, USA. */
Boston, MA 02111-1307, USA. */
#include "i860/i860.h"
#include "svr3.h"
/* For the sake of libgcc2.c, indicate target supports atexit. */
/* For the sake of libgcc2.c, indicate target supports atexit. */
#define HAVE_ATEXIT
#define HAVE_ATEXIT
...
...
gcc/config/i860/sysv3.h
View file @
0bd4d2ee
/* Target definitions for GNU compiler for Intel 80860 running System V.3
/* Target definitions for GNU compiler for Intel 80860 running System V.3
Copyright (C) 1991 Free Software Foundation, Inc.
Copyright (C) 1991, 1996 Free Software Foundation, Inc.
Contributed by Ron Guilmette (rfg@monkeys.com).
Written by Ron Guilmette (rfg@netcom.com).
This file is part of GNU CC.
This file is part of GNU CC.
...
@@ -20,9 +19,6 @@ along with GNU CC; see the file COPYING. If not, write to
...
@@ -20,9 +19,6 @@ along with GNU CC; see the file COPYING. If not, write to
the Free Software Foundation, 59 Temple Place - Suite 330,
the Free Software Foundation, 59 Temple Place - Suite 330,
Boston, MA 02111-1307, USA. */
Boston, MA 02111-1307, USA. */
#include "i860/i860.h"
#include "svr3.h"
#undef TARGET_VERSION
#undef TARGET_VERSION
#define TARGET_VERSION fprintf (stderr, " (i860, System V Release 3)")
#define TARGET_VERSION fprintf (stderr, " (i860, System V Release 3)")
...
...
gcc/config/i860/sysv4.h
View file @
0bd4d2ee
/* Target definitions for GNU compiler for Intel 80860 running System V.4
/* Target definitions for GNU compiler for Intel 80860 running System V.4
Copyright (C) 1991 Free Software Foundation, Inc.
Copyright (C) 1991, 1996 Free Software Foundation, Inc.
Contributed by Ron Guilmette (rfg@monkeys.com).
Written by Ron Guilmette (rfg@netcom.com).
This file is part of GNU CC.
This file is part of GNU CC.
...
@@ -20,9 +19,6 @@ along with GNU CC; see the file COPYING. If not, write to
...
@@ -20,9 +19,6 @@ along with GNU CC; see the file COPYING. If not, write to
the Free Software Foundation, 59 Temple Place - Suite 330,
the Free Software Foundation, 59 Temple Place - Suite 330,
Boston, MA 02111-1307, USA. */
Boston, MA 02111-1307, USA. */
#include "i860/i860.h"
#include "svr4.h"
#undef TARGET_VERSION
#undef TARGET_VERSION
#define TARGET_VERSION fprintf (stderr, " (i860 System V Release 4)");
#define TARGET_VERSION fprintf (stderr, " (i860 System V Release 4)");
...
@@ -195,18 +191,3 @@ tdesc_section () \
...
@@ -195,18 +191,3 @@ tdesc_section () \
} \
} \
}
}
#ifdef OUTPUT_TDESC
#undef ASM_FILE_END
#define ASM_FILE_END(FILE) \
do { \
if (current_function_original_name != NULL) { \
tdesc_section(); \
fprintf ((FILE), "%s __ETEXT\n", ASM_LONG); \
fprintf ((FILE), "%s 0\n", ASM_LONG); \
text_section(); \
fputs("__ETEXT:\n", (FILE)); \
} \
fprintf ((FILE), "\t.ident\t\"GCC: (GNU) %s\"\n", \
version_string); \
} while (0)
#endif
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