From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 12025 invoked by alias); 15 Sep 2013 15:52:23 -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 12013 invoked by uid 89); 15 Sep 2013 15:52:23 -0000 Received: from mx1.redhat.com (HELO mx1.redhat.com) (209.132.183.28) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Sun, 15 Sep 2013 15:52:23 +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: mx1.redhat.com Received: from int-mx11.intmail.prod.int.phx2.redhat.com (int-mx11.intmail.prod.int.phx2.redhat.com [10.5.11.24]) by mx1.redhat.com (8.14.4/8.14.4) with ESMTP id r8FFqGck004755 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK); Sun, 15 Sep 2013 11:52:16 -0400 Received: from host2.jankratochvil.net (ovpn-116-51.ams2.redhat.com [10.36.116.51]) by int-mx11.intmail.prod.int.phx2.redhat.com (8.14.4/8.14.4) with ESMTP id r8FFqBk6016974 (version=TLSv1/SSLv3 cipher=AES128-SHA bits=128 verify=NO); Sun, 15 Sep 2013 11:52:15 -0400 Date: Sun, 15 Sep 2013 15:52:00 -0000 From: Jan Kratochvil To: Ulrich Weigand Cc: Andreas Arnez , gdb-patches@sourceware.org Subject: Build regression on 32-bit hosts [Re: [RFA][PATCH v5 2/2] S/390: Add TDB regset] Message-ID: <20130915155211.GA20499@host2.jankratochvil.net> References: <87sixbfkb6.fsf@br87z6lw.de.ibm.com> <201309131242.r8DCg0r9020703@d06av02.portsmouth.uk.ibm.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <201309131242.r8DCg0r9020703@d06av02.portsmouth.uk.ibm.com> User-Agent: Mutt/1.5.21 (2010-09-15) X-IsSubscribed: yes X-SW-Source: 2013-09/txt/msg00420.txt.bz2 On Fri, 13 Sep 2013 14:42:00 +0200, Ulrich Weigand wrote: > Andreas Arnez wrote: > > gdb/ChangeLog: > > 2013-09-11 Andreas Arnez > > * NEWS: Mention TDB support. [...] > Can you send me a complete final version; I'll check it in. commit 155ce8e8fd0b5d85b2847702345f3518603b57c9 Author: Ulrich Weigand Date: Fri Sep 13 14:17:29 2013 +0000 gdb/ChangeLog: 2013-09-13 Andreas Arnez * NEWS: Mention TDB support. s390-tdep.c: In function 's390_core_read_description': s390-tdep.c:812:3: error: passing argument 3 of 'target_auxv_search' from incompatible pointer type [-Werror] Jan