From patchwork Mon Nov 2 05:28:04 2015 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Jeff Law X-Patchwork-Id: 538865 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 06D3014031F for ; Mon, 2 Nov 2015 16:28:16 +1100 (AEDT) Authentication-Results: ozlabs.org; dkim=pass (1024-bit key; unprotected) header.d=gcc.gnu.org header.i=@gcc.gnu.org header.b=VOjJ1/UY; 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:to :from:subject:message-id:date:mime-version:content-type; q=dns; s=default; b=lks4gkU40iIoZCsozth2BQTaLNjXVbBtZgQianFuy3mZRmbJWh K1WZX1ayHRFowlgm4jcfCCfALUSlP33qGfJTRETqZVaKlP99ctbXqV41/xT1M0Z/ KqUrd/ysdDgrHsJaJewqgwuXjjOJHXz8kQ27I4VqGxf01odVNTzwDDuF4= 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:to :from:subject:message-id:date:mime-version:content-type; s= default; bh=jLji45LUVLVosnGzfXy9Psno/ZQ=; b=VOjJ1/UYqmEAciyvGGQI g+uuREzeUosBnau18pqakkLrnw1f7oTeJAstPxnEal8b8xm/2xiq+qdRxHbAL7fe B84IwhVR8nLA8wVnVAjErYIUhbVcqbKMZxlChlAG4vl9jKt8mOUxdmMQr/Pvz4r6 jZfwzf5VY4EXL8sEm92Dxks= Received: (qmail 37144 invoked by alias); 2 Nov 2015 05:28:08 -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 37127 invoked by uid 89); 2 Nov 2015 05:28:07 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-1.7 required=5.0 tests=AWL, BAYES_00, SPF_HELO_PASS, T_RP_MATCHES_RCVD autolearn=ham version=3.3.2 X-HELO: mx1.redhat.com Received: from mx1.redhat.com (HELO mx1.redhat.com) (209.132.183.28) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with (AES256-GCM-SHA384 encrypted) ESMTPS; Mon, 02 Nov 2015 05:28:06 +0000 Received: from int-mx10.intmail.prod.int.phx2.redhat.com (int-mx10.intmail.prod.int.phx2.redhat.com [10.5.11.23]) by mx1.redhat.com (Postfix) with ESMTPS id 387A58535A for ; Mon, 2 Nov 2015 05:28:05 +0000 (UTC) Received: from localhost.localdomain ([10.3.113.16]) by int-mx10.intmail.prod.int.phx2.redhat.com (8.14.4/8.14.4) with ESMTP id tA25S4t7025703 for ; Mon, 2 Nov 2015 00:28:05 -0500 To: gcc-patches@gcc.gnu.org From: Jeff Law Subject: [PATCH] Fix vms targets Message-ID: <5636F464.8090409@redhat.com> Date: Sun, 1 Nov 2015 22:28:04 -0700 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:38.0) Gecko/20100101 Thunderbird/38.3.0 MIME-Version: 1.0 X-IsSubscribed: yes The header reduction didn't seem to handle the vms targets correctly. This reverts that part of Andrew's patch which allows the alpha, alpha64 and ia64 vms targets to build again. Installed on the trunk. That covers all the fallout from standard builds of config-list.mk that I'm aware of. Jeff commit 1eddb04c7103a2f87118fc98111c1877b544a6a9 Author: law Date: Mon Nov 2 05:27:14 2015 +0000 [PATCH] Fix vms targets * vmsdbgout.c: Revert unused header file reduction patch. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@229650 138bc75d-0d04-0410-961f-82ee72b054a4 diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 1ce0d36..d927d35 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,5 +1,7 @@ 2015-11-01 Jeff Law + * vmsdbgout.c: Revert unused header file reduction patch. + * config/mcore/mcore.c: Include regs.h. 2015-10-31 Segher Boessenkool diff --git a/gcc/vmsdbgout.c b/gcc/vmsdbgout.c index 26dd590..d41d4b2 100644 --- a/gcc/vmsdbgout.c +++ b/gcc/vmsdbgout.c @@ -22,6 +22,7 @@ along with GCC; see the file COPYING3. If not see #include "config.h" #include "system.h" #include "coretypes.h" +#include "tm.h" #ifdef VMS_DEBUGGING_INFO #include "alias.h"