aboutsummaryrefslogtreecommitdiff
path: root/gcc/basic-block.h
diff options
context:
space:
mode:
authorDavid S. Miller <davem@redhat.com>2002-06-24 12:48:53 -0700
committerDavid S. Miller <davem@gcc.gnu.org>2002-06-24 12:48:53 -0700
commita81062077ae7e3900ca0976ed41de3470f8f9b87 (patch)
treef2caa34f007b56f30e10fbc7217e340090cbc047 /gcc/basic-block.h
parent5f261ba970a894543b1c8c30f71c7eb2a234ba93 (diff)
downloadgcc-a81062077ae7e3900ca0976ed41de3470f8f9b87.zip
gcc-a81062077ae7e3900ca0976ed41de3470f8f9b87.tar.gz
gcc-a81062077ae7e3900ca0976ed41de3470f8f9b87.tar.bz2
Makefile.in (GTFILES): Add basic-block.h
2002-06-24 David S. Miller <davem@redhat.com> * Makefile.in (GTFILES): Add basic-block.h * basic-block.h (label_value_list, tail_recursion_label_list): Mark with GTY. From-SVN: r54964
Diffstat (limited to 'gcc/basic-block.h')
-rw-r--r--gcc/basic-block.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/gcc/basic-block.h b/gcc/basic-block.h
index 9e3e7a54..be58227 100644
--- a/gcc/basic-block.h
+++ b/gcc/basic-block.h
@@ -267,7 +267,8 @@ extern regset regs_live_at_setjmp;
/* Special labels found during CFG build. */
-extern rtx label_value_list, tail_recursion_label_list;
+extern GTY(()) rtx label_value_list;
+extern GTY(()) rtx tail_recursion_label_list;
extern struct obstack flow_obstack;