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/genrecog.c | |
parent | 4965df100d95ca7df7bf132bc68977305ffa555c (diff) | |
download | ppe42-gcc-497b2a2903f10a7ad4d92664731e117b622a6b33.tar.gz ppe42-gcc-497b2a2903f10a7ad4d92664731e117b622a6b33.zip |
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/genrecog.c')
-rw-r--r-- | gcc/genrecog.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/gcc/genrecog.c b/gcc/genrecog.c index 6c158d6ce8f..b015f81d5e1 100644 --- a/gcc/genrecog.c +++ b/gcc/genrecog.c @@ -57,6 +57,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; + /* 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 the proper place when merging. */ |