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
31d04616
Commit
31d04616
authored
Apr 27, 1992
by
Richard Stallman
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
*** empty log message ***
From-SVN: r843
parent
13884488
Show whitespace changes
Inline
Side-by-side
Showing
7 changed files
with
7 additions
and
7 deletions
+7
-7
gcc/genattrtab.c
+1
-1
gcc/genconfig.c
+1
-1
gcc/genemit.c
+1
-1
gcc/genextract.c
+1
-1
gcc/genoutput.c
+1
-1
gcc/genpeep.c
+1
-1
gcc/genrecog.c
+1
-1
No files found.
gcc/genattrtab.c
View file @
31d04616
...
@@ -97,6 +97,7 @@ struct obstack *rtl_obstack = &obstack;
...
@@ -97,6 +97,7 @@ struct obstack *rtl_obstack = &obstack;
#define obstack_chunk_free free
#define obstack_chunk_free free
extern
void
free
();
extern
void
free
();
extern
rtx
read_rtx
();
static
void
fatal
();
static
void
fatal
();
void
fancy_abort
();
void
fancy_abort
();
...
@@ -3830,7 +3831,6 @@ main (argc, argv)
...
@@ -3830,7 +3831,6 @@ main (argc, argv)
{
{
rtx
desc
;
rtx
desc
;
FILE
*
infile
;
FILE
*
infile
;
extern
rtx
read_rtx
();
register
int
c
;
register
int
c
;
struct
attr_desc
*
attr
;
struct
attr_desc
*
attr
;
struct
attr_value
*
av
;
struct
attr_value
*
av
;
...
...
gcc/genconfig.c
View file @
31d04616
...
@@ -32,6 +32,7 @@ struct obstack *rtl_obstack = &obstack;
...
@@ -32,6 +32,7 @@ struct obstack *rtl_obstack = &obstack;
#define obstack_chunk_free free
#define obstack_chunk_free free
extern
void
free
();
extern
void
free
();
extern
rtx
read_rtx
();
/* flags to determine output of machine description dependent #define's. */
/* flags to determine output of machine description dependent #define's. */
static
int
max_recog_operands
;
static
int
max_recog_operands
;
...
@@ -257,7 +258,6 @@ main (argc, argv)
...
@@ -257,7 +258,6 @@ main (argc, argv)
{
{
rtx
desc
;
rtx
desc
;
FILE
*
infile
;
FILE
*
infile
;
extern
rtx
read_rtx
();
register
int
c
;
register
int
c
;
obstack_init
(
rtl_obstack
);
obstack_init
(
rtl_obstack
);
...
...
gcc/genemit.c
View file @
31d04616
...
@@ -30,6 +30,7 @@ struct obstack *rtl_obstack = &obstack;
...
@@ -30,6 +30,7 @@ struct obstack *rtl_obstack = &obstack;
#define obstack_chunk_free free
#define obstack_chunk_free free
extern
void
free
();
extern
void
free
();
extern
rtx
read_rtx
();
char
*
xmalloc
();
char
*
xmalloc
();
static
void
fatal
();
static
void
fatal
();
...
@@ -710,7 +711,6 @@ main (argc, argv)
...
@@ -710,7 +711,6 @@ main (argc, argv)
{
{
rtx
desc
;
rtx
desc
;
FILE
*
infile
;
FILE
*
infile
;
extern
rtx
read_rtx
();
register
int
c
;
register
int
c
;
obstack_init
(
rtl_obstack
);
obstack_init
(
rtl_obstack
);
...
...
gcc/genextract.c
View file @
31d04616
...
@@ -31,6 +31,7 @@ struct obstack *rtl_obstack = &obstack;
...
@@ -31,6 +31,7 @@ struct obstack *rtl_obstack = &obstack;
#define obstack_chunk_free free
#define obstack_chunk_free free
extern
void
free
();
extern
void
free
();
extern
rtx
read_rtx
();
/* This structure contains all the information needed to describe one
/* This structure contains all the information needed to describe one
set of extractions methods. Each method may be used by more than
set of extractions methods. Each method may be used by more than
...
@@ -390,7 +391,6 @@ main (argc, argv)
...
@@ -390,7 +391,6 @@ main (argc, argv)
{
{
rtx
desc
;
rtx
desc
;
FILE
*
infile
;
FILE
*
infile
;
extern
rtx
read_rtx
();
register
int
c
,
i
;
register
int
c
,
i
;
struct
extraction
*
p
;
struct
extraction
*
p
;
struct
code_ptr
*
link
;
struct
code_ptr
*
link
;
...
...
gcc/genoutput.c
View file @
31d04616
...
@@ -107,6 +107,7 @@ struct obstack *rtl_obstack = &obstack;
...
@@ -107,6 +107,7 @@ struct obstack *rtl_obstack = &obstack;
#define obstack_chunk_free free
#define obstack_chunk_free free
extern
void
free
();
extern
void
free
();
extern
rtx
read_rtx
();
char
*
xmalloc
();
char
*
xmalloc
();
static
void
fatal
();
static
void
fatal
();
...
@@ -925,7 +926,6 @@ main (argc, argv)
...
@@ -925,7 +926,6 @@ main (argc, argv)
{
{
rtx
desc
;
rtx
desc
;
FILE
*
infile
;
FILE
*
infile
;
extern
rtx
read_rtx
();
register
int
c
;
register
int
c
;
obstack_init
(
rtl_obstack
);
obstack_init
(
rtl_obstack
);
...
...
gcc/genpeep.c
View file @
31d04616
...
@@ -30,6 +30,7 @@ struct obstack *rtl_obstack = &obstack;
...
@@ -30,6 +30,7 @@ struct obstack *rtl_obstack = &obstack;
#define obstack_chunk_free free
#define obstack_chunk_free free
extern
void
free
();
extern
void
free
();
extern
rtx
read_rtx
();
/* While tree-walking an instruction pattern, we keep a chain
/* While tree-walking an instruction pattern, we keep a chain
of these `struct link's to record how to get down to the
of these `struct link's to record how to get down to the
...
@@ -412,7 +413,6 @@ main (argc, argv)
...
@@ -412,7 +413,6 @@ main (argc, argv)
{
{
rtx
desc
;
rtx
desc
;
FILE
*
infile
;
FILE
*
infile
;
extern
rtx
read_rtx
();
register
int
c
;
register
int
c
;
max_opno
=
-
1
;
max_opno
=
-
1
;
...
...
gcc/genrecog.c
View file @
31d04616
...
@@ -57,6 +57,7 @@ struct obstack *rtl_obstack = &obstack;
...
@@ -57,6 +57,7 @@ struct obstack *rtl_obstack = &obstack;
#define obstack_chunk_free free
#define obstack_chunk_free free
extern
void
free
();
extern
void
free
();
extern
rtx
read_rtx
();
/* Data structure for a listhead of decision trees. The alternatives
/* Data structure for a listhead of decision trees. The alternatives
to a node are kept in a doublely-linked list so we can easily add nodes
to a node are kept in a doublely-linked list so we can easily add nodes
...
@@ -1650,7 +1651,6 @@ main (argc, argv)
...
@@ -1650,7 +1651,6 @@ main (argc, argv)
struct
decision_head
recog_tree
;
struct
decision_head
recog_tree
;
struct
decision_head
split_tree
;
struct
decision_head
split_tree
;
FILE
*
infile
;
FILE
*
infile
;
extern
rtx
read_rtx
();
register
int
c
;
register
int
c
;
obstack_init
(
rtl_obstack
);
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