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
555b950b
Commit
555b950b
authored
Oct 25, 1992
by
Chris Smith
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
*** empty log message ***
From-SVN: r2601
parent
82ac9846
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
gcc/config/convex/convex.h
+2
-2
No files found.
gcc/config/convex/convex.h
View file @
555b950b
...
@@ -69,7 +69,7 @@ extern char *output_call ();
...
@@ -69,7 +69,7 @@ extern char *output_call ();
#define TARGET_C2 (target_flags & 2)
#define TARGET_C2 (target_flags & 2)
#define TARGET_C34 (target_flags & 4)
#define TARGET_C34 (target_flags & 4)
#define TARGET_C38 (target_flags & 010)
#define TARGET_C38 (target_flags & 010)
#define TARGET_INDIRECTS (
target_flags & 020
)
#define TARGET_INDIRECTS (
1
)
#define TARGET_ARGCOUNT (target_flags & 040)
#define TARGET_ARGCOUNT (target_flags & 040)
/* Macro to define tables used to set the flags.
/* Macro to define tables used to set the flags.
...
@@ -85,7 +85,7 @@ extern char *output_call ();
...
@@ -85,7 +85,7 @@ extern char *output_call ();
{ "c34", 006 }, \
{ "c34", 006 }, \
{ "c38", 012 }, \
{ "c38", 012 }, \
{ "noc1", -001 }, \
{ "noc1", -001 }, \
{ "noc2", -0
2
2 }, \
{ "noc2", -0
0
2 }, \
{ "argcount", 040 }, \
{ "argcount", 040 }, \
{ "noargcount", -040 }, \
{ "noargcount", -040 }, \
{ "", TARGET_DEFAULT }}
{ "", TARGET_DEFAULT }}
...
...
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