* except.c (call_site_base): Mark with GTY.

From-SVN: r67722
This commit is contained in:
Geoffrey Keating 2003-06-10 18:58:05 +00:00 committed by Geoffrey Keating
parent e32bac5bd6
commit 21c157b435
2 changed files with 5 additions and 1 deletions

View File

@ -1,3 +1,7 @@
2003-06-10 Geoffrey Keating <geoffk@apple.com>
* except.c (call_site_base): Mark with GTY.
2003-06-10 Richard Earnshaw <rearnsha@arm.com>
* arm-proto.h: Convert to ISO C90 prototypes.

View File

@ -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;