From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 4946 invoked by alias); 16 Sep 2013 10:43:17 -0000 Mailing-List: contact gdb-patches-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sourceware.org Received: (qmail 4937 invoked by uid 89); 16 Sep 2013 10:43:17 -0000 Received: from e06smtp11.uk.ibm.com (HELO e06smtp11.uk.ibm.com) (195.75.94.107) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with (AES256-SHA encrypted) ESMTPS; Mon, 16 Sep 2013 10:43:17 +0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-3.2 required=5.0 tests=AWL,BAYES_00,RP_MATCHES_RCVD autolearn=ham version=3.3.2 X-HELO: e06smtp11.uk.ibm.com Received: from /spool/local by e06smtp11.uk.ibm.com with IBM ESMTP SMTP Gateway: Authorized Use Only! Violators will be prosecuted for from ; Mon, 16 Sep 2013 11:35:54 +0100 Received: from d06dlp03.portsmouth.uk.ibm.com (9.149.20.15) by e06smtp11.uk.ibm.com (192.168.101.141) with IBM ESMTP SMTP Gateway: Authorized Use Only! Violators will be prosecuted; Mon, 16 Sep 2013 11:35:52 +0100 Received: from b06cxnps4075.portsmouth.uk.ibm.com (d06relay12.portsmouth.uk.ibm.com [9.149.109.197]) by d06dlp03.portsmouth.uk.ibm.com (Postfix) with ESMTP id 698A71B0806B for ; Mon, 16 Sep 2013 11:43:10 +0100 (BST) Received: from d06av09.portsmouth.uk.ibm.com (d06av09.portsmouth.uk.ibm.com [9.149.37.250]) by b06cxnps4075.portsmouth.uk.ibm.com (8.13.8/8.13.8/NCO v10.0) with ESMTP id r8GAgv8q58851482 for ; Mon, 16 Sep 2013 10:42:57 GMT Received: from d06av09.portsmouth.uk.ibm.com (localhost [127.0.0.1]) by d06av09.portsmouth.uk.ibm.com (8.14.4/8.14.4/NCO v10.0 AVout) with ESMTP id r8GAh8jb013788 for ; Mon, 16 Sep 2013 04:43:09 -0600 Received: from br87z6lw.de.ibm.com (dyn-9-152-212-143.boeblingen.de.ibm.com [9.152.212.143]) by d06av09.portsmouth.uk.ibm.com (8.14.4/8.14.4/NCO v10.0 AVin) with ESMTP id r8GAh7Je013773; Mon, 16 Sep 2013 04:43:08 -0600 From: Andreas Arnez To: "Pierre Muller" Cc: "'Jan Kratochvil'" , "'Ulrich Weigand'" , Subject: Re: RFA: Fix build regression on 32-bit hosts [Re: [RFA][PATCH v5 2/2] S/390: Add TDB regset] References: <87sixbfkb6.fsf@br87z6lw.de.ibm.com> <201309131242.r8DCg0r9020703@d06av02.portsmouth.uk.ibm.com> <20130915155211.GA20499@host2.jankratochvil.net> <002701ceb25b$2e880fc0$8b982f40$@muller@ics-cnrs.unistra.fr> Date: Mon, 16 Sep 2013 10:43:00 -0000 In-Reply-To: <002701ceb25b$2e880fc0$8b982f40$@muller@ics-cnrs.unistra.fr> (Pierre Muller's message of "Sun, 15 Sep 2013 23:33:08 +0200") Message-ID: <87li2xqc78.fsf@br87z6lw.de.ibm.com> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.3 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-TM-AS-MML: No X-Content-Scanned: Fidelis XPS MAILER x-cbid: 13091610-5024-0000-0000-00000739296A X-IsSubscribed: yes X-SW-Source: 2013-09/txt/msg00435.txt.bz2 "Pierre Muller" writes: > The patch below fixes the two build failure reports > due to last s390-tdep.c commit. Works on s390x as well. Thanks! -- Andreas