From: Kaz Kojima Date: Thu, 17 Sep 2015 07:45:41 +0000 (+0000) Subject: Fix build failure for SH. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=8c464611a3d61ad24af1f3461de8ed283aed3aa4;p=gcc.git Fix build failure for SH. * config/sh/sh.c (label_ref_list_d_pool): Adjust to object_allocator change. From-SVN: r227845 --- diff --git a/gcc/ChangeLog b/gcc/ChangeLog index b4d8efaf74f..76566ca3f34 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,8 @@ +2015-09-17 Kaz Kojima + + * config/sh/sh.c (label_ref_list_d_pool): Adjust to + object_allocator change. + 2015-09-17 Bin Cheng PR tree-optimization/66388 diff --git a/gcc/config/sh/sh.c b/gcc/config/sh/sh.c index 25149a60ff7..ec0abc59a8b 100644 --- a/gcc/config/sh/sh.c +++ b/gcc/config/sh/sh.c @@ -4659,7 +4659,7 @@ typedef struct label_ref_list_d } *label_ref_list_t; static object_allocator label_ref_list_d_pool - ("label references list", 30); + ("label references list"); /* The SH cannot load a large constant into a register, constants have to come from a pc relative load. The reference of a pc relative load