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

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

From-SVN: r199832
This commit is contained in:
David Malcolm 2013-06-07 19:14:06 +00:00 committed by David Malcolm
parent d60f170618
commit 4cdce1a870
2 changed files with 5 additions and 1 deletions

View File

@ -1,3 +1,7 @@
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.

View File

@ -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 *,