From patchwork Thu Sep 17 07:47:29 2015 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Kaz Kojima X-Patchwork-Id: 518753 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from sourceware.org (server1.sourceware.org [209.132.180.131]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ozlabs.org (Postfix) with ESMTPS id DF9B0140273 for ; Thu, 17 Sep 2015 17:47:43 +1000 (AEST) Authentication-Results: ozlabs.org; dkim=pass (1024-bit key; unprotected) header.d=gcc.gnu.org header.i=@gcc.gnu.org header.b=baLwH7mJ; dkim-atps=neutral DomainKey-Signature: a=rsa-sha1; c=nofws; d=gcc.gnu.org; h=list-id :list-unsubscribe:list-archive:list-post:list-help:sender:date :message-id:to:subject:from:mime-version:content-type :content-transfer-encoding; q=dns; s=default; b=El+wA9IaLrjIjSx9 J1yrfPCqop2PsbkX3HtNrTrhfR+oVpfghsYnb7H4F+iBgqOfnanziGdUvPc4ZAqN XDgK/gPIZIZ+HtVKnVEQCX8kIkNyWZMAvx8cnslvjg8e742JrnLqixEK20f0w4Vc 8AZ7D/A+LBPm9sibjqdv+n4bQqQ= DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=gcc.gnu.org; h=list-id :list-unsubscribe:list-archive:list-post:list-help:sender:date :message-id:to:subject:from:mime-version:content-type :content-transfer-encoding; s=default; bh=UJAV18P/s6n5GpfO9Pq0f+ jdX3E=; b=baLwH7mJxpu3ZPRIO/STCxN5gDNSh0mB9QPw/T9A2WYWjuoamIi0x7 /gxjHxtWKn+X49Ct5q5n70CYWMtBTP+1SMFN6fK85GUDrrxDSNanOBHURmFVgMNu IEybrVTAegtNKin6Ahls38BVgEdYSstU51PKoE1a8DFrO+wArs+fU= Received: (qmail 10603 invoked by alias); 17 Sep 2015 07:47:36 -0000 Mailing-List: contact gcc-patches-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Id: List-Unsubscribe: List-Archive: List-Post: List-Help: Sender: gcc-patches-owner@gcc.gnu.org Delivered-To: mailing list gcc-patches@gcc.gnu.org Received: (qmail 10586 invoked by uid 89); 17 Sep 2015 07:47:35 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-2.0 required=5.0 tests=AWL, BAYES_00, RCVD_IN_DNSWL_LOW, SPF_PASS, T_RP_MATCHES_RCVD autolearn=ham version=3.3.2 X-HELO: mo-sw.iij4u.or.jp Received: from mo-sw1501.iij4u.or.jp (HELO mo-sw.iij4u.or.jp) (210.130.239.241) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with (AES128-GCM-SHA256 encrypted) ESMTPS; Thu, 17 Sep 2015 07:47:34 +0000 Received: by mo-sw.iij4u.or.jp (4u-mo-sw1501) id t8H7lUTU004370; Thu, 17 Sep 2015 16:47:31 +0900 Received: from localhost (24.26.30.125.dy.iij4u.or.jp [125.30.26.24]) by mbox.iij4u.or.jp (4u-mbox1501) id t8H7lThK032177; Thu, 17 Sep 2015 16:47:30 +0900 Date: Thu, 17 Sep 2015 16:47:29 +0900 (JST) Message-Id: <20150917.164729.343838915.kkojima@rr.iij4u.or.jp> To: gcc-patches@gcc.gnu.org Subject: [patch committed SH] Fix build failure From: Kaz Kojima Mime-Version: 1.0 X-IsSubscribed: yes I've committed the attached obvious fix for build failure for SH. object_allocator is changed so to remove the 2nd argument of its constructor. Regards, kaz --- 2015-09-17 Kaz Kojima * config/sh/sh.c (label_ref_list_d_pool): Adjust to object_allocator change. diff --git a/config/sh/sh.c b/config/sh/sh.c index 25149a6..ec0abc5 100644 --- a/config/sh/sh.c +++ b/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