From: Geoffrey Keating Date: Tue, 10 Jun 2003 18:58:05 +0000 (+0000) Subject: * except.c (call_site_base): Mark with GTY. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=21c157b435ad936b09c2ed7271fe2c7484eeab1c;p=gcc.git * except.c (call_site_base): Mark with GTY. From-SVN: r67722 --- diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 1bba247f185..a05229ef1a5 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,7 @@ +2003-06-10 Geoffrey Keating + + * except.c (call_site_base): Mark with GTY. + 2003-06-10 Richard Earnshaw * arm-proto.h: Convert to ISO C90 prototypes. diff --git a/gcc/except.c b/gcc/except.c index 75714410428..28b8efe5cad 100644 --- a/gcc/except.c +++ b/gcc/except.c @@ -102,7 +102,7 @@ struct ehl_map_entry GTY(()) struct eh_region *region; }; -static int call_site_base; +static GTY(()) int call_site_base; static GTY ((param_is (union tree_node))) htab_t type_to_runtime_map;