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
a224278b
Commit
a224278b
authored
Aug 27, 2001
by
Richard Henderson
Committed by
Richard Henderson
Aug 27, 2001
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* genattr.c (main): Emit state_t even when not doing scheduling.
From-SVN: r45214
parent
80c29cc4
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
10 additions
and
0 deletions
+10
-0
gcc/ChangeLog
+4
-0
gcc/genattr.c
+6
-0
No files found.
gcc/ChangeLog
View file @
a224278b
2001
-
08
-
27
Richard
Henderson
<
rth
@redhat
.
com
>
*
genattr
.
c
(
main
)
:
Emit
state_t
even
when
not
doing
scheduling
.
2001
-
08
-
27
Roman
Zippel
<
zippel
@linux
-
m68k
.
org
>
2001
-
08
-
27
Roman
Zippel
<
zippel
@linux
-
m68k
.
org
>
Richard
Henderson
<
rth
@redhat
.
com
>
Richard
Henderson
<
rth
@redhat
.
com
>
...
...
gcc/genattr.c
View file @
a224278b
...
@@ -448,6 +448,12 @@ main (argc, argv)
...
@@ -448,6 +448,12 @@ main (argc, argv)
printf
(
"extern void dfa_start PARAMS ((void));
\n
"
);
printf
(
"extern void dfa_start PARAMS ((void));
\n
"
);
printf
(
"extern void dfa_finish PARAMS ((void));
\n
"
);
printf
(
"extern void dfa_finish PARAMS ((void));
\n
"
);
}
}
else
{
/* Otherwise we do no scheduling, but we need these typedefs
in order to avoid uglifying other code with more ifdefs. */
printf
(
"typedef void *state_t;
\n\n
"
);
}
/* Output flag masks for use by reorg.
/* Output flag masks for use by reorg.
...
...
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