From patchwork Tue Aug 13 00:32:14 2013 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: David Malcolm X-Patchwork-Id: 266666 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 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client CN "localhost", Issuer "www.qmailtoaster.com" (not verified)) by ozlabs.org (Postfix) with ESMTPS id 183262C00DE for ; Tue, 13 Aug 2013 10:32:30 +1000 (EST) DomainKey-Signature: a=rsa-sha1; c=nofws; d=gcc.gnu.org; h=list-id :list-unsubscribe:list-archive:list-post:list-help:sender :message-id:subject:from:to:date:content-type:mime-version; q= dns; s=default; b=YLc+rJHWppJy/z4BjZ6P9eyNElZ9mAVqijJIahJEVcoz5o nqSzMg/7rojZhGRFP0/CbUqjFenlbbmCBpYQNyq7GL8EMy/LWedLs6jB/AflJY9L Z1BdIuzLKRgbyI46p3buQEP+aasl5weirEpYw9rojsQoU76ZODUF5ZvscVP0I= 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 :message-id:subject:from:to:date:content-type:mime-version; s= default; bh=2YCEMMHoWMTDduuVlPb+j/59HDc=; b=P/omBb/QML1yspV8yMAx MAbEQEzzLkfB9G0CiMIfCKAKpyHB6tPHNBJuVlRhyJGf/25v73hJIW+Vf1IUe1LZ gjMZ5sAm82OMxUOuVOIGWUSWe1U59BTQlhO+U3bUssBZBoGHl0IqrGJlA9ZE5+D7 ZcX1w5ULUeqrqxa/j3ycH/I= Received: (qmail 15458 invoked by alias); 13 Aug 2013 00:32:22 -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 15449 invoked by uid 89); 13 Aug 2013 00:32:21 -0000 X-Spam-SWARE-Status: No, score=-6.4 required=5.0 tests=AWL, BAYES_00, RCVD_IN_HOSTKARMA_W, RCVD_IN_HOSTKARMA_WL, RP_MATCHES_RCVD, SPF_HELO_PASS, SPF_PASS autolearn=ham version=3.3.2 Received: from mx1.redhat.com (HELO mx1.redhat.com) (209.132.183.28) by sourceware.org (qpsmtpd/0.84/v0.84-167-ge50287c) with ESMTP; Tue, 13 Aug 2013 00:32:21 +0000 Received: from int-mx12.intmail.prod.int.phx2.redhat.com (int-mx12.intmail.prod.int.phx2.redhat.com [10.5.11.25]) by mx1.redhat.com (8.14.4/8.14.4) with ESMTP id r7D0WJBJ027577 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK) for ; Mon, 12 Aug 2013 20:32:20 -0400 Received: from [10.10.62.56] (vpn-62-56.rdu2.redhat.com [10.10.62.56]) by int-mx12.intmail.prod.int.phx2.redhat.com (8.14.4/8.14.4) with ESMTP id r7D0WJ8p022966 for ; Mon, 12 Aug 2013 20:32:19 -0400 Message-ID: <1376353934.3666.91.camel@surprise> Subject: Committed: Fix stray PIPELINE_H in gcc/config/i386/t-i386 From: David Malcolm To: gcc-patches@gcc.gnu.org Date: Mon, 12 Aug 2013 20:32:14 -0400 Mime-Version: 1.0 X-Virus-Found: No In r201505 I added a reference to $(PIPELINE_H) to gcc/config/i386/t-i386. This was a holdover from before this was renamed to "pass_manager", and should have read $(PASS_MANAGER_H) - I missed this when renaming. Successfully bootstrapped; I've committed the fix to trunk as being obvious (as r201679). (thanks to Tom Tromey for spotting it). From a70a3f2f4cfd2f77754a61627e04074cdab4c7a2 Mon Sep 17 00:00:00 2001 From: David Malcolm Date: Wed, 7 Aug 2013 15:38:56 -0400 Subject: [PATCH 1/9] Rename stray PIPELINE_H to PASS_MANAGER_H gcc/ * config/i386/t-i386 (i386.o): Rename stray PIPELINE_H to PASS_MANAGER_H --- gcc/config/i386/t-i386 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gcc/config/i386/t-i386 b/gcc/config/i386/t-i386 index f10d570..07624cc 100644 --- a/gcc/config/i386/t-i386 +++ b/gcc/config/i386/t-i386 @@ -24,7 +24,7 @@ i386.o: $(CONFIG_H) $(SYSTEM_H) coretypes.h dumpfile.h $(TM_H) \ $(GGC_H) $(TARGET_H) $(TARGET_DEF_H) langhooks.h $(CGRAPH_H) \ $(TREE_GIMPLE_H) $(DWARF2_H) $(DF_H) tm-constrs.h $(PARAMS_H) \ i386-builtin-types.inc debug.h dwarf2out.h sbitmap.h $(FIBHEAP_H) \ - $(OPTS_H) $(DIAGNOSTIC_H) $(COMMON_TARGET_H) $(CONTEXT_H) $(PIPELINE_H) + $(OPTS_H) $(DIAGNOSTIC_H) $(COMMON_TARGET_H) $(CONTEXT_H) $(PASS_MANAGER_H) i386-c.o: $(srcdir)/config/i386/i386-c.c \ $(srcdir)/config/i386/i386-protos.h $(CONFIG_H) $(SYSTEM_H) coretypes.h \ -- 1.7.11.7