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
6f1c3a33
Commit
6f1c3a33
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: r3096
parent
57e51b0e
Hide whitespace changes
Inline
Side-by-side
Showing
19 changed files
with
22 additions
and
22 deletions
+22
-22
gcc/config/m68k/m68kv4.h
+4
-4
gcc/config/m68k/mot3300.h
+1
-1
gcc/config/m68k/news.h
+1
-1
gcc/config/m68k/news3.h
+1
-1
gcc/config/m68k/news3gas.h
+1
-1
gcc/config/m68k/newsgas.h
+1
-1
gcc/config/m68k/next.h
+1
-1
gcc/config/m68k/pbb.h
+1
-1
gcc/config/m68k/plexus.h
+1
-1
gcc/config/m68k/sgs.h
+1
-1
gcc/config/m68k/sun2.h
+1
-1
gcc/config/m68k/sun2o4.h
+1
-1
gcc/config/m68k/sun3.h
+1
-1
gcc/config/m68k/sun3mach.h
+1
-1
gcc/config/m68k/sun3n.h
+1
-1
gcc/config/m68k/sun3n3.h
+1
-1
gcc/config/m68k/sun3o3.h
+1
-1
gcc/config/m68k/tower-as.h
+1
-1
gcc/config/m68k/tower.h
+1
-1
No files found.
gcc/config/m68k/m68kv4.h
View file @
6f1c3a33
...
...
@@ -23,7 +23,7 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */
#define SGS_SWITCH_TABLES
/* Different switch table handling */
#include "m68ksgs.h"
/* The m68k/SVR4 assembler is SGS based */
#include "m68k
/
sgs.h"
/* The m68k/SVR4 assembler is SGS based */
#include "svr4.h"
/* Pick up the generic SVR4 macros */
/* See m68k.h. 7 means 68020 with 68881. */
...
...
@@ -105,10 +105,10 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */
#define DBX_REGISTER_NUMBER(REGNO) (REGNO)
/* The ASM_OUTPUT_SKIP macro is first defined in m68k.h, using ".skip".
It is then overridden by m68ksgs.h to use ".space", and again by svr4.h
It is then overridden by m68k
/
sgs.h to use ".space", and again by svr4.h
to use ".zero". The m68k/SVR4 assembler uses ".space", so repeat the
definition from m68ksgs.h here. Note that ASM_NO_SKIP_IN_TEXT is
defined in m68ksgs.h, so we don't have to repeat it here. */
definition from m68k
/
sgs.h here. Note that ASM_NO_SKIP_IN_TEXT is
defined in m68k
/
sgs.h, so we don't have to repeat it here. */
#undef ASM_OUTPUT_SKIP
#define ASM_OUTPUT_SKIP(FILE,SIZE) \
...
...
gcc/config/m68k/mot3300.h
View file @
6f1c3a33
...
...
@@ -30,7 +30,7 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */
#define SGS_SWAP_W
/* Use swap.w rather than just plain swap */
#define SGS_SWITCH_TABLES
/* Different switch table handling */
#include "m68k.h"
#include "m68k
/m68k
.h"
/* See m68k.h. 7 means 68020 with 68881. */
...
...
gcc/config/m68k/news.h
View file @
6f1c3a33
...
...
@@ -23,7 +23,7 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */
#define SGS_NO_LI
/* Suppress jump table label usage */
#endif
#include "m68k.h"
#include "m68k
/m68k
.h"
/* See m68k.h. 7 means 68020 with 68881. */
...
...
gcc/config/m68k/news3.h
View file @
6f1c3a33
#include "news.h"
#include "
m68k/
news.h"
/* This is to be compatible with types.h.
It was found to be necessary with Newsos 3. */
...
...
gcc/config/m68k/news3gas.h
View file @
6f1c3a33
#include "newsgas.h"
#include "
m68k/
newsgas.h"
/* This is to be compatible with types.h.
It was found to be necessary with Newsos 3. */
...
...
gcc/config/m68k/newsgas.h
View file @
6f1c3a33
...
...
@@ -4,4 +4,4 @@
#define USE_GAS
#include "news.h"
#include "
m68k/
news.h"
gcc/config/m68k/next.h
View file @
6f1c3a33
...
...
@@ -16,7 +16,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"
/* Use new NeXT include file search path. */
...
...
gcc/config/m68k/pbb.h
View file @
6f1c3a33
...
...
@@ -24,7 +24,7 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */
converts the output of gas to coff containing stab debug symbols.
(See vasta@apollo.com or mb@soldev.tti.com) */
#include "m68k.h"
#include "m68k
/m68k
.h"
/* See m68k.h. 5 means 68020 without 68881. */
...
...
gcc/config/m68k/plexus.h
View file @
6f1c3a33
...
...
@@ -36,7 +36,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"
/* Define __HAVE_68881 in preprocessor only if -m68881 is specified.
This will control the use of inline 68881 insns in certain macros. */
...
...
gcc/config/m68k/sgs.h
View file @
6f1c3a33
...
...
@@ -29,7 +29,7 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */
#define SGS
/* Uses SGS assembler */
#define SGS_CMP_ORDER
/* Takes cmp operands in reverse order */
#include "m68k.h"
#include "m68k
/m68k
.h"
/* SGS specific assembler pseudo ops. */
...
...
gcc/config/m68k/sun2.h
View file @
6f1c3a33
...
...
@@ -18,7 +18,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. 0 means 68000 with no 68881. */
...
...
gcc/config/m68k/sun2o4.h
View file @
6f1c3a33
...
...
@@ -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 "sun2.h"
#include "
m68k/
sun2.h"
/* Define __HAVE_SKY__ in preprocessor, according to the -m flags.
...
...
gcc/config/m68k/sun3.h
View file @
6f1c3a33
...
...
@@ -25,7 +25,7 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */
#define SUPPORT_SUN_FPA
#include "m68k.h"
#include "m68k
/m68k
.h"
/* See m68k.h. 7 means 68020 with 68881. */
...
...
gcc/config/m68k/sun3mach.h
View file @
6f1c3a33
#include "sun3.h"
#include "
m68k/
sun3.h"
#undef CPP_PREDEFINES
#define CPP_PREDEFINES "-Dmc68000 -Dsun -Dsun3 -Dunix -DMACH -DCMU -DMTXINU -DBIT_MSF -DBYTE_MSF"
...
...
gcc/config/m68k/sun3n.h
View file @
6f1c3a33
...
...
@@ -2,4 +2,4 @@
#define TARGET_DEFAULT 5
#include "sun3.h"
#include "
m68k/
sun3.h"
gcc/config/m68k/sun3n3.h
View file @
6f1c3a33
#include "sun3n.h"
#include "
m68k/
sun3n.h"
/* LINK_SPEC is needed only for Sunos 4. */
...
...
gcc/config/m68k/sun3o3.h
View file @
6f1c3a33
#include "sun3.h"
#include "
m68k/
sun3.h"
/* LINK_SPEC is needed only for Sunos 4. */
...
...
gcc/config/m68k/tower-as.h
View file @
6f1c3a33
...
...
@@ -29,7 +29,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 "tower.h"
#include "
m68k/
tower.h"
#undef SELECT_RTX_SECTION
/* Use default settings for system V.3. */
...
...
gcc/config/m68k/tower.h
View file @
6f1c3a33
...
...
@@ -34,7 +34,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. 5 means 68020 with no 68881. */
...
...
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