From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 22759 invoked by alias); 6 Aug 2014 18:02:25 -0000 Mailing-List: contact gcc-patches-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Id: List-Archive: List-Post: List-Help: Sender: gcc-patches-owner@gcc.gnu.org Received: (qmail 22536 invoked by uid 89); 6 Aug 2014 18:02:22 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-2.1 required=5.0 tests=AWL,BAYES_00 autolearn=ham version=3.3.2 X-HELO: eggs.gnu.org Received: from eggs.gnu.org (HELO eggs.gnu.org) (208.118.235.92) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with (AES256-SHA encrypted) ESMTPS; Wed, 06 Aug 2014 18:02:21 +0000 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1XF4uV-0001mc-PA for gcc-patches@gcc.gnu.org; Wed, 06 Aug 2014 13:22:05 -0400 Received: from mx1.redhat.com ([209.132.183.28]:29687) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XF4uV-0001mU-HY for gcc-patches@gcc.gnu.org; Wed, 06 Aug 2014 13:21:59 -0400 Received: from int-mx13.intmail.prod.int.phx2.redhat.com (int-mx13.intmail.prod.int.phx2.redhat.com [10.5.11.26]) by mx1.redhat.com (8.14.4/8.14.4) with ESMTP id s76HKvK3008730 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=OK) for ; Wed, 6 Aug 2014 13:20:58 -0400 Received: from c64.redhat.com (vpn-239-139.phx2.redhat.com [10.3.239.139]) by int-mx13.intmail.prod.int.phx2.redhat.com (8.14.4/8.14.4) with ESMTP id s76HJ2qs030913; Wed, 6 Aug 2014 13:20:57 -0400 From: David Malcolm To: gcc-patches@gcc.gnu.org Cc: David Malcolm Subject: [PATCH 198/236] PHASE 5: Additional rtx subclasses Date: Wed, 06 Aug 2014 18:02:00 -0000 Message-Id: <1407345815-14551-199-git-send-email-dmalcolm@redhat.com> In-Reply-To: <1407345815-14551-1-git-send-email-dmalcolm@redhat.com> References: <1407345815-14551-1-git-send-email-dmalcolm@redhat.com> X-detected-operating-system: by eggs.gnu.org: GNU/Linux 3.x X-Received-From: 209.132.183.28 X-IsSubscribed: yes X-SW-Source: 2014-08/txt/msg00707.txt.bz2 / * rtx-classes-status.txt: Update. --- rtx-classes-status.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/rtx-classes-status.txt b/rtx-classes-status.txt index 5667ae9..e51b0f3 100644 --- a/rtx-classes-status.txt +++ b/rtx-classes-status.txt @@ -4,8 +4,8 @@ exists to be modified by marker commits. Phase 1: initial "scaffolding" commits: DONE Phase 2: per-file commits in main source dir: DONE Phase 3: per-file commits within "config" subdirs: DONE -Phase 4: removal of "scaffolding": IN PROGRESS -Phase 5: additional rtx_def subclasses: TODO +Phase 4: removal of "scaffolding": DONE +Phase 5: additional rtx_def subclasses: IN PROGRESS Phase 6: use extra rtx_def subclasses: TODO TODO: "Scaffolding" to be removed -- 1.8.5.3