From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 25778 invoked by alias); 31 Jul 2010 02:32:31 -0000 Received: (qmail 25767 invoked by uid 22791); 31 Jul 2010 02:32:30 -0000 X-SWARE-Spam-Status: No, hits=-6.0 required=5.0 tests=AWL,BAYES_00,RCVD_IN_DNSWL_HI,SPF_HELO_PASS,T_RP_MATCHES_RCVD X-Spam-Check-By: sourceware.org Received: from mx1.redhat.com (HELO mx1.redhat.com) (209.132.183.28) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Sat, 31 Jul 2010 02:32:26 +0000 Received: from int-mx08.intmail.prod.int.phx2.redhat.com (int-mx08.intmail.prod.int.phx2.redhat.com [10.5.11.21]) by mx1.redhat.com (8.13.8/8.13.8) with ESMTP id o6V2WP8x015523 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK) for ; Fri, 30 Jul 2010 22:32:25 -0400 Received: from greed.delorie.com ([10.3.112.10]) by int-mx08.intmail.prod.int.phx2.redhat.com (8.13.8/8.13.8) with ESMTP id o6V2WNML002173 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Fri, 30 Jul 2010 22:32:25 -0400 Received: from greed.delorie.com (greed.delorie.com [127.0.0.1] (may be forged)) by greed.delorie.com (8.14.3/8.14.3) with ESMTP id o6V2WNGM027834; Fri, 30 Jul 2010 22:32:23 -0400 Received: (from dj@localhost) by greed.delorie.com (8.14.3/8.14.3/Submit) id o6V2WMWx027831; Fri, 30 Jul 2010 22:32:22 -0400 Date: Sat, 31 Jul 2010 07:34:00 -0000 Message-Id: <201007310232.o6V2WMWx027831@greed.delorie.com> From: DJ Delorie To: Nick Clifton CC: gcc-patches@gcc.gnu.org In-reply-to: (message from Nick Clifton on Tue, 27 Jul 2010 11:06:55 +0100) Subject: Re: [patch] Add TST to RX References: X-IsSubscribed: yes 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 X-SW-Source: 2010-07/txt/msg02403.txt.bz2 > Hi DJ, > > This patch is approved for the mainline. Thanks, committed!