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
4381295b
Commit
4381295b
authored
Jun 25, 1993
by
Richard Stallman
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
(CPP_PREDEFINES): Add __motorola__.
From-SVN: r4731
parent
c2e6aff6
Hide whitespace changes
Inline
Side-by-side
Showing
7 changed files
with
9 additions
and
7 deletions
+9
-7
gcc/config/m68k/3b1.h
+1
-1
gcc/config/m68k/amix.h
+2
-1
gcc/config/m68k/crds.h
+1
-1
gcc/config/m68k/hp320.h
+1
-1
gcc/config/m68k/m68kv4.h
+2
-1
gcc/config/m68k/mot3300.h
+1
-1
gcc/config/m68k/tower-as.h
+1
-1
No files found.
gcc/config/m68k/3b1.h
View file @
4381295b
...
...
@@ -80,7 +80,7 @@ output_file_directive ((FILE), main_input_filename)
/* ihnp4!lmayk!lgm@eddie.mit.edu says mc68000 and m68k should not be here. */
#undef CPP_PREDEFINES
#define CPP_PREDEFINES "-Dmc68k -Dunix -Dunixpc"
#define CPP_PREDEFINES "-Dmc68k -Dunix -Dunixpc
-D__motorola__
"
#undef REGISTER_NAMES
#define REGISTER_NAMES \
...
...
gcc/config/m68k/amix.h
View file @
4381295b
...
...
@@ -36,7 +36,8 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */
#undef CPP_PREDEFINES
#define CPP_PREDEFINES \
"-Dm68k -Dunix -DAMIX -D__svr4__ -Amachine(m68k) -Acpu(m68k) -Asystem(unix) -Alint(off)"
"-Dm68k -Dunix -DAMIX -D__svr4__ -D__motorola__ \
-Amachine(m68k) -Acpu(m68k) -Asystem(unix) -Alint(off)"
/* At end of a switch table, define LDnnn iff the symbol LInnn was defined.
Some SGS assemblers have a bug such that "Lnnn-LInnn-2.b(pc,d0.l*2)"
...
...
gcc/config/m68k/crds.h
View file @
4381295b
...
...
@@ -101,7 +101,7 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */
/* Names to predefine in the preprocessor for this target machine. */
#undef CPP_PREDEFINES
#define CPP_PREDEFINES "-Dmc68k -DM68000 -Dmc68000 -Dunos -Dunix"
#define CPP_PREDEFINES "-Dmc68k -DM68000 -Dmc68000 -Dunos -Dunix
-D__motorola__
"
/* Register in which address to store a structure value
is passed to a function. */
...
...
gcc/config/m68k/hp320.h
View file @
4381295b
...
...
@@ -123,7 +123,7 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */
/* These are the ones defined by HPUX cc, plus mc68000 for uniformity with
GCC on other 68000 systems. */
#define CPP_PREDEFINES "-Dhp9000s200 -Dhp9000s300 -DPWB -Dhpux -Dunix -D__hp9000s300 -D__hp9000s200 -D__PWB -D__hpux -D__unix"
#define CPP_PREDEFINES "-Dhp9000s200 -Dhp9000s300 -DPWB -Dhpux -Dunix -D__hp9000s300 -D__hp9000s200 -D__PWB -D__hpux -D__unix
-D__motorola__
"
/* Every structure or union's size must be a multiple of 2 bytes. */
...
...
gcc/config/m68k/m68kv4.h
View file @
4381295b
...
...
@@ -54,7 +54,8 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */
the m68k running svr4. __svr4__ is our extension. */
#define CPP_PREDEFINES \
"-Dm68k -Dunix -D__svr4__ -Asystem(unix) -Acpu(m68k) -Amachine(m68k)"
"-Dm68k -Dunix -D__svr4__ -D__motorola__ \
-Asystem(unix) -Acpu(m68k) -Amachine(m68k)"
/* Test to see if the target includes a 68881 by default, and use CPP_SPEC
to control whether or not __HAVE_68881__ is defined by default or not.
...
...
gcc/config/m68k/mot3300.h
View file @
4381295b
...
...
@@ -218,7 +218,7 @@ output_file_directive ((FILE), main_input_filename)
on the other hand I don't care what he says. */
#undef CPP_PREDEFINES
#define CPP_PREDEFINES "-Dm68k -Dunix -DsysV68"
#define CPP_PREDEFINES "-Dm68k -Dunix -DsysV68
-D__motorola__
"
/* Specify how to pad function arguments.
Value should be `upward', `downward' or `none'.
...
...
gcc/config/m68k/tower-as.h
View file @
4381295b
...
...
@@ -38,7 +38,7 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */
/* Names to predefine in the preprocessor for this target machine. */
#define CPP_PREDEFINES "-Dunix -Dtower32 -Dtower32_600"
#define CPP_PREDEFINES "-Dunix -Dtower32 -Dtower32_600
-D__motorola__
"
/* Define __HAVE_68881 in preprocessor only if -m68881 is specified.
This will control the use of inline 68881 insns in certain macros.
...
...
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