diff options
author | meissner <meissner@138bc75d-0d04-0410-961f-82ee72b054a4> | 1998-04-15 09:23:14 +0000 |
---|---|---|
committer | meissner <meissner@138bc75d-0d04-0410-961f-82ee72b054a4> | 1998-04-15 09:23:14 +0000 |
commit | 497b2a2903f10a7ad4d92664731e117b622a6b33 (patch) | |
tree | 1d2daaf00985812118111ee526e8d49b58ee1e3a /gcc/genconfig.c | |
parent | 4965df100d95ca7df7bf132bc68977305ffa555c (diff) | |
download | gcc-497b2a2903f10a7ad4d92664731e117b622a6b33.tar.gz |
Link in print-rtl.o to all gen* programs except gengenrtl
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@19222 138bc75d-0d04-0410-961f-82ee72b054a4
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. */ |