On 11/19/13 07:06, Ilya Enkovich wrote:
Hi,
Here is a patch to add flag for marking symbols as requiring static
initialization of bounds. Used by Pointer Bounds Checker to handle statically
initialized pointers and static bounds vars.
Thanks,
Ilya
--
2013-11-19 Ilya Enkovich <ilya.enkov...@intel.com>
* cgraph.h (varpool_node): Add need_bounds_init field.
* lto-cgraph.c (lto_output_varpool_node): Output
need_bounds_init value.
(input_varpool_node): Read need_bounds_init value.
* varpool.c (dump_varpool_node): Dump need_bounds_init field.
OK. This is fine to check in as long as any prerequisites are already in.
jeff