From patchwork Mon Aug 7 17:10:17 2017 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: =?utf-8?q?Martin_Li=C5=A1ka?= X-Patchwork-Id: 798789 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Authentication-Results: ozlabs.org; spf=pass (mailfrom) smtp.mailfrom=gcc.gnu.org (client-ip=209.132.180.131; helo=sourceware.org; envelope-from=gcc-patches-return-459970-incoming=patchwork.ozlabs.org@gcc.gnu.org; receiver=) Authentication-Results: ozlabs.org; dkim=pass (1024-bit key; unprotected) header.d=gcc.gnu.org header.i=@gcc.gnu.org header.b="JygKa8s2"; dkim-atps=neutral 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 3xR3vK6k2Mz9s4q for ; Tue, 8 Aug 2017 03:10:33 +1000 (AEST) DomainKey-Signature: a=rsa-sha1; c=nofws; d=gcc.gnu.org; h=list-id :list-unsubscribe:list-archive:list-post:list-help:sender :subject:from:to:cc:references:message-id:date:mime-version :in-reply-to:content-type; q=dns; s=default; b=YRPNuIqJsaz7jHqsy MFKS/1Tx50z5KUpeApvuUXx6WKTihUCQ7SX40A9IwttsNACdmh3sxNukK1049ZhW uhbRW2ypcRbRq8H71S4MtBMbVYRpOIDbH37c17onQ+LkRF0EAameLgb/i1YraPD3 Wr20uAE/9D0ilUSyZV/3MKsRCI= 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 :subject:from:to:cc:references:message-id:date:mime-version :in-reply-to:content-type; s=default; bh=qaKR5rh+V29MEpE6GPrpzeQ koiU=; b=JygKa8s2LnDoByHz06S/cyry/txWNJEhn4kqRRSkU8ddgh5zyoxkpKM e4C1zBsU0spSNYUETJ6ZhLT47m+ABz5e3cnHedKd1lWKEg5N1NnIDx2TdTmE2quF BjeA4UYeZudwMMVqk1O7a5RiIqkk/7i5vyW9pCCUtQ3ViFWJ3gqY= Received: (qmail 108375 invoked by alias); 7 Aug 2017 17:10:25 -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 108364 invoked by uid 89); 7 Aug 2017 17:10:24 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-26.9 required=5.0 tests=BAYES_00, GIT_PATCH_0, GIT_PATCH_1, GIT_PATCH_2, GIT_PATCH_3, SPF_PASS autolearn=ham version=3.3.2 spammy=H*Ad:D*btinternet.com, Hx-languages-length:2080, HCc:D*btinternet.com X-HELO: mx1.suse.de Received: from mx2.suse.de (HELO mx1.suse.de) (195.135.220.15) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Mon, 07 Aug 2017 17:10:19 +0000 Received: from relay1.suse.de (charybdis-ext.suse.de [195.135.220.254]) by mx1.suse.de (Postfix) with ESMTP id 7A713AE55; Mon, 7 Aug 2017 17:10:17 +0000 (UTC) Subject: [PATCH][OBVIOUS] Add missing header file attribs.h to couple of targets. From: =?UTF-8?Q?Martin_Li=c5=a1ka?= To: Jason Merrill Cc: Joseph Myers , gcc-patches List , Richard Biener , "graham.stott" References: <1856059e-e9b1-63d2-717f-e20ec171b329@suse.cz> <4cf00ee9-4cd7-1806-481f-966611768a15@suse.cz> <8a0b2ff0-50f9-771d-fb63-01d17cb06b46@suse.cz> <669c960e-f4a8-eae3-efd2-f8c29477a817@suse.cz> <2ea77331-480f-14f0-4d8c-20c10a127416@suse.cz> <57a28ac4-cc8a-4ae0-7b96-ee55d4ef050a@suse.cz> Message-ID: Date: Mon, 7 Aug 2017 19:10:17 +0200 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:52.0) Gecko/20100101 Thunderbird/52.2.1 MIME-Version: 1.0 In-Reply-To: <57a28ac4-cc8a-4ae0-7b96-ee55d4ef050a@suse.cz> X-IsSubscribed: yes I've been building cross compilers and this is part 2. Martin From 924e6a075cfef0418a67eba5415fc96b841ea019 Mon Sep 17 00:00:00 2001 From: marxin Date: Mon, 7 Aug 2017 19:08:38 +0200 Subject: [PATCH] Add missing header file attribs.h to couple of targets. gcc/ChangeLog: 2017-08-07 Martin Liska * config/m32c/m32c.c: Add include of stringpool.h and attribs.h. * config/rl78/rl78.c: Add include of attribs.h. * config/sh/sh.c: Likewise. * config/v850/v850.c: Likewise. --- gcc/config/m32c/m32c.c | 2 ++ gcc/config/rl78/rl78.c | 1 + gcc/config/sh/sh.c | 1 + gcc/config/v850/v850.c | 1 + 4 files changed, 5 insertions(+) diff --git a/gcc/config/m32c/m32c.c b/gcc/config/m32c/m32c.c index b23f5aaf21a..95e97abf533 100644 --- a/gcc/config/m32c/m32c.c +++ b/gcc/config/m32c/m32c.c @@ -25,6 +25,8 @@ #include "target.h" #include "rtl.h" #include "tree.h" +#include "stringpool.h" +#include "attribs.h" #include "df.h" #include "memmodel.h" #include "tm_p.h" diff --git a/gcc/config/rl78/rl78.c b/gcc/config/rl78/rl78.c index 460775cb995..f93116230d5 100644 --- a/gcc/config/rl78/rl78.c +++ b/gcc/config/rl78/rl78.c @@ -29,6 +29,7 @@ #include "memmodel.h" #include "tm_p.h" #include "stringpool.h" +#include "attribs.h" #include "optabs.h" #include "emit-rtl.h" #include "recog.h" diff --git a/gcc/config/sh/sh.c b/gcc/config/sh/sh.c index 6f01dcb700c..c31776ffef8 100644 --- a/gcc/config/sh/sh.c +++ b/gcc/config/sh/sh.c @@ -35,6 +35,7 @@ along with GCC; see the file COPYING3. If not see #include "memmodel.h" #include "tm_p.h" #include "stringpool.h" +#include "attribs.h" #include "optabs.h" #include "emit-rtl.h" #include "recog.h" diff --git a/gcc/config/v850/v850.c b/gcc/config/v850/v850.c index eeb24aa972c..dd73c96435f 100644 --- a/gcc/config/v850/v850.c +++ b/gcc/config/v850/v850.c @@ -29,6 +29,7 @@ #include "memmodel.h" #include "tm_p.h" #include "stringpool.h" +#include "attribs.h" #include "insn-config.h" #include "regs.h" #include "emit-rtl.h" -- 2.13.3