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
8a698512
Commit
8a698512
authored
26 years ago
by
Jeffrey A Law
Committed by
Jeff Law
26 years ago
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* i370.h (TARGET_SWITCHES): Add documentation.
From-SVN: r25850
parent
3f155813
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
2 deletions
+3
-2
gcc/ChangeLog
+1
-0
gcc/config/i370/i370.h
+2
-2
No files found.
gcc/ChangeLog
View file @
8a698512
Thu
Mar
18
22
:
28
:
53
1999
Jeffrey
A
Law
(
law
@cygnus
.
com
)
*
i370
.
h
(
TARGET_SWITCHES
)
:
Add
documentation
.
*
fx80
.
h
(
TARGET_SWITCHES
)
:
Add
documentation
.
*
elxsi
.
h
(
TARGET_SWITCHES
)
:
Add
documentation
.
*
clipper
.
h
(
TARGET_SWITCHES
)
:
Add
documentation
.
...
...
This diff is collapsed.
Click to expand it.
gcc/config/i370/i370.h
View file @
8a698512
...
...
@@ -74,8 +74,8 @@ extern int current_function_outgoing_args_size;
An empty string NAME is used to identify the default VALUE. */
#define TARGET_SWITCHES \
{ { "char-instructions", 1
},
\
{ "no-char-instructions", -1
},
\
{ { "char-instructions", 1
, "Generate char instructions"},
\
{ "no-char-instructions", -1
, "Do not generate char instructions"},
\
{ "", TARGET_DEFAULT} }
/* To use IBM supplied macro function prologue and epilogue, define the
...
...
This diff is collapsed.
Click to expand it.
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