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
13884488
Commit
13884488
authored
Apr 27, 1992
by
Richard Stallman
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
entered into RCS
From-SVN: r842
parent
bf1c6940
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
3 additions
and
3 deletions
+3
-3
gcc/genattr.c
+1
-1
gcc/gencodes.c
+1
-1
gcc/genflags.c
+1
-1
No files found.
gcc/genattr.c
View file @
13884488
...
...
@@ -32,6 +32,7 @@ struct obstack *rtl_obstack = &obstack;
extern
void
free
();
extern
int
atoi
();
extern
rtx
read_rtx
();
char
*
xmalloc
();
static
void
fatal
();
...
...
@@ -164,7 +165,6 @@ main (argc, argv)
{
rtx
desc
;
FILE
*
infile
;
extern
rtx
read_rtx
();
register
int
c
;
int
have_delay
=
0
;
int
have_annul_true
=
0
;
...
...
gcc/gencodes.c
View file @
13884488
...
...
@@ -33,6 +33,7 @@ struct obstack *rtl_obstack = &obstack;
#define obstack_chunk_free free
extern
void
free
();
extern
rtx
read_rtx
();
char
*
xmalloc
();
static
void
fatal
();
...
...
@@ -99,7 +100,6 @@ main (argc, argv)
{
rtx
desc
;
FILE
*
infile
;
extern
rtx
read_rtx
();
register
int
c
;
obstack_init
(
rtl_obstack
);
...
...
gcc/genflags.c
View file @
13884488
...
...
@@ -33,6 +33,7 @@ struct obstack *rtl_obstack = &obstack;
#define obstack_chunk_free free
extern
void
free
();
extern
rtx
read_rtx
();
char
*
xmalloc
();
static
void
fatal
();
...
...
@@ -119,7 +120,6 @@ main (argc, argv)
{
rtx
desc
;
FILE
*
infile
;
extern
rtx
read_rtx
();
register
int
c
;
obstack_init
(
rtl_obstack
);
...
...
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