aboutsummaryrefslogtreecommitdiff
path: root/gcc/genrecog.c
diff options
context:
space:
mode:
authorMichael Meissner <meissner@cygnus.com>1998-04-15 09:23:14 +0000
committerMichael Meissner <meissner@gcc.gnu.org>1998-04-15 09:23:14 +0000
commit4db83042b6d7152ef8a5d1bbc0e66290c1c2fe93 (patch)
tree1d2daaf00985812118111ee526e8d49b58ee1e3a /gcc/genrecog.c
parent9aeba741d928c4c1c17d91d4bfaa562bf8c3c278 (diff)
downloadgcc-4db83042b6d7152ef8a5d1bbc0e66290c1c2fe93.zip
gcc-4db83042b6d7152ef8a5d1bbc0e66290c1c2fe93.tar.gz
gcc-4db83042b6d7152ef8a5d1bbc0e66290c1c2fe93.tar.bz2
Link in print-rtl.o to all gen* programs except gengenrtl
From-SVN: r19222
Diffstat (limited to 'gcc/genrecog.c')
-rw-r--r--gcc/genrecog.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/gcc/genrecog.c b/gcc/genrecog.c
index 6c158d6..b015f81 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. */