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
92e6e51e
Commit
92e6e51e
authored
May 13, 1993
by
Richard Stallman
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
(LONG_DOUBLE_TYPE_SIZE): Redefine as 64.
From-SVN: r4438
parent
7f286822
Hide whitespace changes
Inline
Side-by-side
Showing
11 changed files
with
44 additions
and
0 deletions
+44
-0
gcc/config/m68k/3b1.h
+4
-0
gcc/config/m68k/3b1g.h
+4
-0
gcc/config/m68k/crds.h
+4
-0
gcc/config/m68k/hp2bsd.h
+4
-0
gcc/config/m68k/hp310.h
+4
-0
gcc/config/m68k/isi-nfp.h
+4
-0
gcc/config/m68k/pbb.h
+4
-0
gcc/config/m68k/plexus.h
+4
-0
gcc/config/m68k/sun2.h
+4
-0
gcc/config/m68k/sun3n.h
+4
-0
gcc/config/m68k/tower.h
+4
-0
No files found.
gcc/config/m68k/3b1.h
View file @
92e6e51e
...
...
@@ -31,6 +31,10 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */
#undef TARGET_DEFAULT
#define TARGET_DEFAULT 0
/* Don't try using XFmode. */
#undef LONG_DOUBLE_TYPE_SIZE
#define LONG_DOUBLE_TYPE_SIZE 64
/* -m68020 requires special flags to the assembler. */
#undef ASM_SPEC
...
...
gcc/config/m68k/3b1g.h
View file @
92e6e51e
...
...
@@ -22,6 +22,10 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */
/* See m68k.h. 0 means 68000 with no 68881. */
#define TARGET_DEFAULT 0
/* Don't try using XFmode. */
#undef LONG_DOUBLE_TYPE_SIZE
#define LONG_DOUBLE_TYPE_SIZE 64
/* Define __HAVE_68881 in preprocessor only if -m68881 is specified.
This will control the use of inline 68881 insns in certain macros.
Also inform the program which CPU this is for. */
...
...
gcc/config/m68k/crds.h
View file @
92e6e51e
...
...
@@ -40,6 +40,10 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */
#undef TARGET_DEFAULT
#define TARGET_DEFAULT 0
/* Don't try using XFmode. */
#undef LONG_DOUBLE_TYPE_SIZE
#define LONG_DOUBLE_TYPE_SIZE 64
/* special flags to the unos assembler. */
#undef ASM_SPEC
...
...
gcc/config/m68k/hp2bsd.h
View file @
92e6e51e
...
...
@@ -23,6 +23,10 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */
#define TARGET_DEFAULT 0
/* Don't try using XFmode. */
#undef LONG_DOUBLE_TYPE_SIZE
#define LONG_DOUBLE_TYPE_SIZE 64
/* Define __HAVE_68881 in preprocessor only if -m68881 is specified.
This will control the use of inline 68881 insns in certain macros.
Also inform the program which CPU this is for. */
...
...
gcc/config/m68k/hp310.h
View file @
92e6e51e
...
...
@@ -5,6 +5,10 @@
#include "m68k/hp320.h"
/* Don't try using XFmode. */
#undef LONG_DOUBLE_TYPE_SIZE
#define LONG_DOUBLE_TYPE_SIZE 64
#undef CPP_SPEC
#undef ASM_SPEC
...
...
gcc/config/m68k/isi-nfp.h
View file @
92e6e51e
...
...
@@ -3,3 +3,7 @@
#define TARGET_DEFAULT 5
#include "m68k/isi.h"
/* Don't try using XFmode. */
#undef LONG_DOUBLE_TYPE_SIZE
#define LONG_DOUBLE_TYPE_SIZE 64
gcc/config/m68k/pbb.h
View file @
92e6e51e
...
...
@@ -30,6 +30,10 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */
#define TARGET_DEFAULT 5
/* Don't try using XFmode. */
#undef LONG_DOUBLE_TYPE_SIZE
#define LONG_DOUBLE_TYPE_SIZE 64
/* Every structure or union's size must be a multiple of 2 bytes. */
#define STRUCTURE_SIZE_BOUNDARY 16
...
...
gcc/config/m68k/plexus.h
View file @
92e6e51e
...
...
@@ -43,6 +43,10 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */
#define TARGET_DEFAULT 5
/* set to 5 if on a '020 box */
/* Don't try using XFmode. */
#undef LONG_DOUBLE_TYPE_SIZE
#define LONG_DOUBLE_TYPE_SIZE 64
#define CPP_SPEC "%{m68881:-D__HAVE_68881__}"
#define CPP_PREDEFINES "-Dm68 -Dunix -Dplexus"
...
...
gcc/config/m68k/sun2.h
View file @
92e6e51e
...
...
@@ -24,6 +24,10 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */
#define TARGET_DEFAULT 0
/* Don't try using XFmode. */
#undef LONG_DOUBLE_TYPE_SIZE
#define LONG_DOUBLE_TYPE_SIZE 64
/* Define __HAVE_68881 in preprocessor only if -m68881 is specified.
This will control the use of inline 68881 insns in certain macros.
Also inform the program which CPU this is for. */
...
...
gcc/config/m68k/sun3n.h
View file @
92e6e51e
...
...
@@ -3,3 +3,7 @@
#define TARGET_DEFAULT 5
#include "m68k/sun3.h"
/* Don't try using XFmode. */
#undef LONG_DOUBLE_TYPE_SIZE
#define LONG_DOUBLE_TYPE_SIZE 64
gcc/config/m68k/tower.h
View file @
92e6e51e
...
...
@@ -41,6 +41,10 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */
#define TARGET_DEFAULT 5
/* Don't try using XFmode. */
#undef LONG_DOUBLE_TYPE_SIZE
#define LONG_DOUBLE_TYPE_SIZE 64
/* Names to predefine in the preprocessor for this target machine. */
#define CPP_PREDEFINES "-Dunix -Dtower32 -Dtower32_200"
...
...
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