diff options
Diffstat (limited to 'gcc/genconfig.c')
-rw-r--r-- | gcc/genconfig.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/gcc/genconfig.c b/gcc/genconfig.c index ffcb5c38b88..ce85c7a52d2 100644 --- a/gcc/genconfig.c +++ b/gcc/genconfig.c @@ -31,6 +31,9 @@ struct obstack *rtl_obstack = &obstack; #define obstack_chunk_alloc xmalloc #define obstack_chunk_free free +/* Define this so we can link with print-rtl.o to get debug_rtx function. */ +char **insn_name_ptr = 0; + /* flags to determine output of machine description dependent #define's. */ static int max_recog_operands; /* Largest operand number seen. */ static int max_dup_operands; /* Largest number of match_dup in any insn. */ |