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
57e51b0e
Commit
57e51b0e
authored
Jan 05, 1993
by
James Van Artsdalen
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Use new file names for included m68k files.
From-SVN: r3095
parent
deda1f9f
Hide whitespace changes
Inline
Side-by-side
Showing
17 changed files
with
17 additions
and
17 deletions
+17
-17
gcc/config/m68k/3b1.h
+1
-1
gcc/config/m68k/3b1g.h
+1
-1
gcc/config/m68k/altos3068.h
+1
-1
gcc/config/m68k/amix.h
+1
-1
gcc/config/m68k/apollo68.h
+1
-1
gcc/config/m68k/crds.h
+1
-1
gcc/config/m68k/ctix.h
+1
-1
gcc/config/m68k/dpx2.h
+1
-1
gcc/config/m68k/dpx2g.h
+1
-1
gcc/config/m68k/hp2bsd.h
+1
-1
gcc/config/m68k/hp310.h
+1
-1
gcc/config/m68k/hp310g.h
+1
-1
gcc/config/m68k/hp320.h
+1
-1
gcc/config/m68k/hp320g.h
+1
-1
gcc/config/m68k/hp3bsd.h
+1
-1
gcc/config/m68k/isi-nfp.h
+1
-1
gcc/config/m68k/isi.h
+1
-1
No files found.
gcc/config/m68k/3b1.h
View file @
57e51b0e
...
...
@@ -24,7 +24,7 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */
#define SGS_SWITCH_TABLES
/* Different switch table handling */
#include "hp320.h"
#include "
m68k/
hp320.h"
/* See m68k.h. 0 means 680[01]0 with no 68881. */
...
...
gcc/config/m68k/3b1g.h
View file @
57e51b0e
...
...
@@ -17,7 +17,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 "m68k.h"
#include "m68k
/m68k
.h"
/* See m68k.h. 0 means 68000 with no 68881. */
#define TARGET_DEFAULT 0
...
...
gcc/config/m68k/altos3068.h
View file @
57e51b0e
...
...
@@ -21,7 +21,7 @@ along with GNU CC; see the file COPYING. If not, write to
the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */
#include "m68k.h"
#include "m68k
/m68k
.h"
/* See m68k.h. 7 means 68020 with 68881. */
/* 5 is without 68881. Change to 7 if you have 68881 */
...
...
gcc/config/m68k/amix.h
View file @
57e51b0e
...
...
@@ -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 "m68kv4.h"
#include "m68k
/m68k
v4.h"
/* Alter assembler syntax for fsgldiv and fsglmul.
It is highly likely that this is a generic SGS m68k assembler dependency.
...
...
gcc/config/m68k/apollo68.h
View file @
57e51b0e
...
...
@@ -17,7 +17,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 "m68k.h"
#include "m68k
/m68k
.h"
/* This symbol may be tested in other files for special Apollo handling */
...
...
gcc/config/m68k/crds.h
View file @
57e51b0e
...
...
@@ -27,7 +27,7 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */
#define SGS_SWITCH_TABLES
/* Different switch table handling */
#define CRDS
/* Charles River Data Systems assembler */
#include "m68k.h"
#include "m68k
/m68k
.h"
/* Without STRUCTURE_SIZE_BOUNDARY, we can't ensure that structures are
aligned such that we can correctly extract bitfields from them.
...
...
gcc/config/m68k/ctix.h
View file @
57e51b0e
...
...
@@ -28,7 +28,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 "3b1g.h"
#include "
m68k/
3b1g.h"
/* Names to predefine in the preprocessor for this target machine. */
#undef CPP_PREDEFINES
...
...
gcc/config/m68k/dpx2.h
View file @
57e51b0e
...
...
@@ -2,7 +2,7 @@
* dpx2.h - Bull DPX/2 200 and 300 systems (m68k, SysVr3)
*/
#include "m68k.h"
#include "m68k
/m68k
.h"
#undef SELECT_RTX_SECTION
#include "svr3.h"
...
...
gcc/config/m68k/dpx2g.h
View file @
57e51b0e
...
...
@@ -3,7 +3,7 @@
*/
#define USE_GAS
#include "dpx2.h"
#include "
m68k/
dpx2.h"
#ifndef USE_COLLECT2
/* We use set vectors for the constructors/destructors. */
...
...
gcc/config/m68k/hp2bsd.h
View file @
57e51b0e
...
...
@@ -17,7 +17,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 "m68k.h"
#include "m68k
/m68k
.h"
/* See m68k.h. 0 means 68000 with no 68881. */
...
...
gcc/config/m68k/hp310.h
View file @
57e51b0e
...
...
@@ -3,7 +3,7 @@
/* See m68k.h. 0 means 68000 without 68881 and no bitfields. */
#define TARGET_DEFAULT 0
#include "hp320.h"
#include "
m68k/
hp320.h"
#undef CPP_SPEC
#undef ASM_SPEC
...
...
gcc/config/m68k/hp310g.h
View file @
57e51b0e
...
...
@@ -9,4 +9,4 @@
#define USE_GAS
#include "hp310.h"
#include "
m68k/
hp310.h"
gcc/config/m68k/hp320.h
View file @
57e51b0e
...
...
@@ -58,7 +58,7 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */
our own exit function. */
#define HAVE_ATEXIT
#include "m68k.h"
#include "m68k
/m68k
.h"
/* See m68k.h. 7 means 68020 with 68881. */
...
...
gcc/config/m68k/hp320g.h
View file @
57e51b0e
...
...
@@ -9,4 +9,4 @@
#define USE_GAS
#include "hp320.h"
#include "
m68k/
hp320.h"
gcc/config/m68k/hp3bsd.h
View file @
57e51b0e
#include "m68k.h"
#include "m68k
/m68k
.h"
/* See m68k.h. 7 means 68020 with 68881. */
...
...
gcc/config/m68k/isi-nfp.h
View file @
57e51b0e
...
...
@@ -2,4 +2,4 @@
#define TARGET_DEFAULT 5
#include "isi.h"
#include "
m68k/
isi.h"
gcc/config/m68k/isi.h
View file @
57e51b0e
...
...
@@ -18,7 +18,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 "m68k.h"
#include "m68k
/m68k
.h"
/* See m68k.h. 7 means 68020 with 68881. */
#ifndef TARGET_DEFAULT
...
...
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