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
a0051c85
Commit
a0051c85
authored
Jun 09, 1997
by
Richard Kenner
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
(TARGET_DEFAULT): Use MASK_68040, not MASK_68040_ALSO.
From-SVN: r14192
parent
47e538e8
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
4 additions
and
4 deletions
+4
-4
gcc/config/m68k/ccur-GAS.h
+2
-2
gcc/config/m68k/mot3300.h
+1
-1
gcc/config/m68k/next.h
+1
-1
No files found.
gcc/config/m68k/ccur-GAS.h
View file @
a0051c85
/* Definitions of target machine for GNU compiler. Concurrent 68k version.
Copyright (C) 1987, 1988, 1995, 1996 Free Software Foundation, Inc.
Copyright (C) 1987, 1988, 1995, 1996
, 1997
Free Software Foundation, Inc.
This file is part of GNU CC.
...
...
@@ -41,7 +41,7 @@ Boston, MA 02111-1307, USA. */
#define SWITCHES_NEED_SPACES "oL"
/* See m68k.h. 7 means 68020 with 68881. */
#define TARGET_DEFAULT (MASK_68040
_ALSO
|MASK_BITFIELD|MASK_68881|MASK_68020)
#define TARGET_DEFAULT (MASK_68040|MASK_BITFIELD|MASK_68881|MASK_68020)
#include "m68k/m68k.h"
...
...
gcc/config/m68k/mot3300.h
View file @
a0051c85
...
...
@@ -40,7 +40,7 @@ Boston, MA 02111-1307, USA. */
/* See m68k.h. 0407 means 68020-68040. */
#ifndef TARGET_DEFAULT
#define TARGET_DEFAULT (MASK_68040
_ALSO
|MASK_BITFIELD|MASK_68881|MASK_68020)
#define TARGET_DEFAULT (MASK_68040|MASK_BITFIELD|MASK_68881|MASK_68020)
#endif
/* -m[c]6800 requires special flag to the assembler. */
...
...
gcc/config/m68k/next.h
View file @
a0051c85
...
...
@@ -23,7 +23,7 @@ Boston, MA 02111-1307, USA. */
/* See m68k.h. 0407 means 68040 (or 68030 or 68020, with 68881/2). */
#define TARGET_DEFAULT (MASK_68040
_ALSO
|MASK_BITFIELD|MASK_68881|MASK_68020)
#define TARGET_DEFAULT (MASK_68040|MASK_BITFIELD|MASK_68881|MASK_68020)
/* Boundary (in *bits*) on which stack pointer should be aligned. */
...
...
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