Commit 4cdce1a8 by David Malcolm Committed by David Malcolm

tree-object-size.c (unknown): Make const.

	* tree-object-size.c (unknown): Make const.

From-SVN: r199832
parent d60f1706
2013-06-07 David Malcolm <dmalcolm@redhat.com>
* tree-object-size.c (unknown): Make const.
2013-06-07 Andreas Krebbel <Andreas.Krebbel@de.ibm.com>
* config/s390/s390.md (cpu_facility): Add cpu_zarch.
......
......@@ -39,7 +39,7 @@ struct object_size_info
unsigned int *stack, *tos;
};
static unsigned HOST_WIDE_INT unknown[4] = { -1, -1, 0, 0 };
static const unsigned HOST_WIDE_INT unknown[4] = { -1, -1, 0, 0 };
static tree compute_object_offset (const_tree, const_tree);
static unsigned HOST_WIDE_INT addr_object_size (struct object_size_info *,
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment