From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 15217 invoked by alias); 29 Sep 2009 16:30:52 -0000 Received: (qmail 15204 invoked by uid 22791); 29 Sep 2009 16:30:50 -0000 X-SWARE-Spam-Status: No, hits=-2.4 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; Tue, 29 Sep 2009 16:30:46 +0000 Received: from int-mx01.intmail.prod.int.phx2.redhat.com (int-mx01.intmail.prod.int.phx2.redhat.com [10.5.11.11]) by mx1.redhat.com (8.13.8/8.13.8) with ESMTP id n8TGSGgH031102; Tue, 29 Sep 2009 12:28:16 -0400 Received: from host0.dyn.jankratochvil.net (ovpn01.gateway.prod.ext.phx2.redhat.com [10.5.9.1]) by int-mx01.intmail.prod.int.phx2.redhat.com (8.13.8/8.13.8) with ESMTP id n8TGSDFN001533 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Tue, 29 Sep 2009 12:28:16 -0400 Received: from host0.dyn.jankratochvil.net (localhost [127.0.0.1]) by host0.dyn.jankratochvil.net (8.14.3/8.14.3) with ESMTP id n8TGSDoD023711; Tue, 29 Sep 2009 18:28:13 +0200 Received: (from jkratoch@localhost) by host0.dyn.jankratochvil.net (8.14.3/8.14.3/Submit) id n8TGSCIQ023710; Tue, 29 Sep 2009 18:28:12 +0200 Date: Tue, 29 Sep 2009 16:30:00 -0000 From: Jan Kratochvil To: Joel Brobecker Cc: Ulrich Weigand , Matt Rice , gdb-patches@sourceware.org Subject: Re: [ia64] Regression: Re: [rfc] Fix Obj-C method calls on 64-bit PowerPC Message-ID: <20090929162812.GA23661@host0.dyn.jankratochvil.net> References: <8ba6bed40909281541y1d9455fas873a602caf2508fa@mail.gmail.com> <200909290050.n8T0o1dF004541@d12av02.megacenter.de.ibm.com> <20090929154328.GA15183@host0.dyn.jankratochvil.net> <20090929161608.GN9003@adacore.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20090929161608.GN9003@adacore.com> User-Agent: Mutt/1.5.20 (2009-08-17) X-IsSubscribed: yes 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-09/txt/msg00923.txt.bz2 On Tue, 29 Sep 2009 18:16:08 +0200, Joel Brobecker wrote: > My suggestion is to revert it from 7.0, and maybe consider it for 7.0.1 if > we manage to fix all unexpected side-effects by then. > > > 2009-09-29 Jan Kratochvil > > > > * ia64-tdep.c (ia64_convert_from_func_ptr_addr): New variable buf. > > Check first the descriptor memory is readable. > > This patch is OK. Checked-in for HEAD: http://sourceware.org/ml/gdb-cvs/2009-09/msg00223.html Have not touched gdb_7_0-branch. Thanks, Jan