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
3f155813
Commit
3f155813
authored
Mar 18, 1999
by
Jeffrey A Law
Committed by
Jeff Law
Mar 18, 1999
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* fx80.h (TARGET_SWITCHES): Add documentation.
From-SVN: r25849
parent
c459c26f
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
10 additions
and
9 deletions
+10
-9
gcc/ChangeLog
+1
-0
gcc/config/fx80/fx80.h
+9
-9
No files found.
gcc/ChangeLog
View file @
3f155813
Thu
Mar
18
22
:
28
:
53
1999
Jeffrey
A
Law
(
law
@cygnus
.
com
)
*
fx80
.
h
(
TARGET_SWITCHES
)
:
Add
documentation
.
*
elxsi
.
h
(
TARGET_SWITCHES
)
:
Add
documentation
.
*
clipper
.
h
(
TARGET_SWITCHES
)
:
Add
documentation
.
*
1750
a
.
h
(
TARGET_SWITCHES
)
:
Add
documentation
.
...
...
gcc/config/fx80/fx80.h
View file @
3f155813
...
...
@@ -109,15 +109,15 @@ extern int target_flags;
An empty string NAME is used to identify the default VALUE. */
#define TARGET_SWITCHES \
{ { "68020", 5
},
\
{ "c68020", 5
},
\
{ "bitfield", 4
},
\
{ "68000", -7
},
\
{ "c68000", -7
},
\
{ "soft-float", -2
},
\
{ "nobitfield", -4
},
\
{ "short", 040
},
\
{ "noshort", -040
},
\
{ { "68020", 5
, "Generate code for a mc68020"},
\
{ "c68020", 5
, "Generate code for a mc68020"},
\
{ "bitfield", 4
, "Use bitfield instructions"},
\
{ "68000", -7
, "Generate code for a mc68000"},
\
{ "c68000", -7
, "Generate code for a mc68000"},
\
{ "soft-float", -2
, "Generate software FP code"},
\
{ "nobitfield", -4
, "Do not generate bitfield insns"},
\
{ "short", 040
, "Use 16bit integers"},
\
{ "noshort", -040
, "Use 32bit integers"},
\
{ "", TARGET_DEFAULT}}
/* target machine storage layout */
...
...
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