From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 3109 invoked by alias); 23 Nov 2009 21:35:50 -0000 Received: (qmail 3100 invoked by uid 22791); 23 Nov 2009 21:35:49 -0000 X-SWARE-Spam-Status: No, hits=-2.5 required=5.0 tests=AWL,BAYES_00,SPF_HELO_PASS,SPF_PASS 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; Mon, 23 Nov 2009 21:35:45 +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 nANLZgNQ010197 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK); Mon, 23 Nov 2009 16:35:42 -0500 Received: from ns3.rdu.redhat.com (ns3.rdu.redhat.com [10.11.255.199]) by int-mx08.intmail.prod.int.phx2.redhat.com (8.13.8/8.13.8) with ESMTP id nANLZfdG026468; Mon, 23 Nov 2009 16:35:41 -0500 Received: from opsy.redhat.com (ovpn01.gateway.prod.ext.phx2.redhat.com [10.5.9.1]) by ns3.rdu.redhat.com (8.13.8/8.13.8) with ESMTP id nANLZeKB014404; Mon, 23 Nov 2009 16:35:41 -0500 Received: by opsy.redhat.com (Postfix, from userid 500) id 0274537824C; Mon, 23 Nov 2009 14:35:39 -0700 (MST) From: Tom Tromey To: Rainer Orth Cc: gdb-patches@sourceware.org Subject: Re: Fix gdb 7.0 compilation on IRIX 5.3 References: Reply-To: Tom Tromey Date: Mon, 23 Nov 2009 21:35:00 -0000 In-Reply-To: (Rainer Orth's message of "Mon, 23 Nov 2009 21:44:43 +0100") Message-ID: User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.1 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii 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 X-SW-Source: 2009-11/txt/msg00513.txt.bz2 >>>>> "Rainer" == Rainer Orth writes: Rainer> I didn't see the warning, and used the cast-free form since gcc had Rainer> both. I notice now that they use casts to char * when MAP_FAILED is Rainer> used. Rainer> Could you check this in for me? Sure, I'll do it soon. Rainer> I couldn't check out an rw cvs tree from sourceware.org, Rainer> although I should have rw access to src. Rainer> ro@manam 443 > cvs -d :ext:ro@sourceware.org:/cvs/src co gdb Rainer> Permission denied (publickey,gssapi-with-mic). Rainer> cvs [checkout aborted]: end of file from server (consult above messages if any) Peculiar. I checked and you are in the right group. Maybe you are using the wrong key or something. Tom