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
1729466f
Commit
1729466f
authored
Aug 28, 1995
by
Richard Kenner
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
(mvs_label_emitted): Renamed from mvs_label_emited.
From-SVN: r10286
parent
c2b24d41
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
gcc/config/i370/i370.h
+2
-2
No files found.
gcc/config/i370/i370.h
View file @
1729466f
...
@@ -46,7 +46,7 @@ extern int mvs_page_num, function_base_page;
...
@@ -46,7 +46,7 @@ extern int mvs_page_num, function_base_page;
/* True if a label has been emitted. */
/* True if a label has been emitted. */
extern
int
mvs_label_emited
;
extern
int
mvs_label_emit
t
ed
;
/* The name of the current function. */
/* The name of the current function. */
...
@@ -1063,7 +1063,7 @@ enum reg_class
...
@@ -1063,7 +1063,7 @@ enum reg_class
if (!strcmp (PREFIX,"L")) \
if (!strcmp (PREFIX,"L")) \
{ \
{ \
mvs_add_label(NUM); \
mvs_add_label(NUM); \
mvs_label_emited = 1; \
mvs_label_emit
t
ed = 1; \
} \
} \
fprintf (FILE, "%s%d\tEQU\t*\n", PREFIX, NUM); \
fprintf (FILE, "%s%d\tEQU\t*\n", PREFIX, NUM); \
}
}
...
...
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