diff options
Diffstat (limited to 'gcc/bitmap.c')
-rw-r--r-- | gcc/bitmap.c | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/gcc/bitmap.c b/gcc/bitmap.c index 0255944..0552579 100644 --- a/gcc/bitmap.c +++ b/gcc/bitmap.c @@ -26,6 +26,10 @@ along with GCC; see the file COPYING3. If not see /* Memory allocation statistics purpose instance. */ mem_alloc_description<bitmap_usage> bitmap_mem_desc; +/* Static zero-initialized bitmap obstack used for default initialization + of bitmap_head. */ +bitmap_obstack bitmap_head::crashme; + static bitmap_element *bitmap_tree_listify_from (bitmap, bitmap_element *); /* Register new bitmap. */ |