tree-object-size.c (unknown): Make const.
* tree-object-size.c (unknown): Make const. From-SVN: r199832
This commit is contained in:
parent
d60f170618
commit
4cdce1a870
@ -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.
|
||||
|
@ -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 *,
|
||||
|
Loading…
x
Reference in New Issue
Block a user