Commit 31d04616 by Richard Stallman

*** empty log message ***

From-SVN: r843
parent 13884488
...@@ -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;
......
...@@ -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);
......
...@@ -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);
......
...@@ -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;
......
...@@ -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);
......
...@@ -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;
......
...@@ -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);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment