From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 14910 invoked by alias); 9 Feb 2010 22:52:20 -0000 Received: (qmail 14902 invoked by uid 22791); 9 Feb 2010 22:52:19 -0000 X-SWARE-Spam-Status: No, hits=-1.8 required=5.0 tests=AWL,BAYES_00,SARE_MSGID_LONG40,SPF_PASS X-Spam-Check-By: sourceware.org Received: from mail-px0-f196.google.com (HELO mail-px0-f196.google.com) (209.85.216.196) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Tue, 09 Feb 2010 22:52:16 +0000 Received: by pxi34 with SMTP id 34so4797034pxi.8 for ; Tue, 09 Feb 2010 14:52:14 -0800 (PST) MIME-Version: 1.0 Received: by 10.141.124.15 with SMTP id b15mr573449rvn.135.1265755934610; Tue, 09 Feb 2010 14:52:14 -0800 (PST) In-Reply-To: <20100209224319.GZ2817@tyan-ft48-01.lab.bos.redhat.com> References: <20100209224319.GZ2817@tyan-ft48-01.lab.bos.redhat.com> Date: Tue, 09 Feb 2010 22:52:00 -0000 Message-ID: <84fc9c001002091452x64eb66e5o4923f09bc96f0c3@mail.gmail.com> Subject: Re: Patch ping From: Richard Guenther To: Jakub Jelinek Cc: gcc-patches@gcc.gnu.org Content-Type: text/plain; charset=ISO-8859-1 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-02/txt/msg00404.txt.bz2 On Tue, Feb 9, 2010 at 11:43 PM, Jakub Jelinek wrote: > Hi! > > http://gcc.gnu.org/ml/gcc-patches/2010-01/msg01402.html > - fix asm redirection of ffs on s390x (to fix glibc s390x build) Ok. Thanks, Richard.