From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 15816 invoked by alias); 12 Jan 2010 22:03:12 -0000 Received: (qmail 15622 invoked by uid 22791); 12 Jan 2010 22:03:11 -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, 12 Jan 2010 22:03:08 +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 o0CM2cKa028392 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK); Tue, 12 Jan 2010 17:02:38 -0500 Received: from host0.dyn.jankratochvil.net (ovpn01.gateway.prod.ext.phx2.redhat.com [10.5.9.1]) by int-mx08.intmail.prod.int.phx2.redhat.com (8.13.8/8.13.8) with ESMTP id o0CLxiWN028686 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Tue, 12 Jan 2010 17:02:26 -0500 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 o0CLxgvs030842; Tue, 12 Jan 2010 22:59:42 +0100 Received: (from jkratoch@localhost) by host0.dyn.jankratochvil.net (8.14.3/8.14.3/Submit) id o0CLxa2m030838; Tue, 12 Jan 2010 22:59:36 +0100 Date: Tue, 12 Jan 2010 22:03:00 -0000 From: Jan Kratochvil To: Daniel Gutson Cc: Joel Brobecker , "gdb-patches@sourceware.org" Subject: Re: [PATCH] gcore fix for native gdb on solaris Message-ID: <20100112215936.GA30607@host0.dyn.jankratochvil.net> References: <4AF9E5BD.3030900@codesourcery.com> <20100111162807.GB13820@host0.dyn.jankratochvil.net> <20100112033905.GI2007@adacore.com> <20100112122623.GA1350@host0.dyn.jankratochvil.net> <20100112132335.GN2007@adacore.com> <4B4CED3C.80206@codesourcery.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <4B4CED3C.80206@codesourcery.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: 2010-01/txt/msg00318.txt.bz2 On Tue, 12 Jan 2010 22:44:28 +0100, Daniel Gutson wrote: > Is there anything pending from me to do, any commit, any validation? > FWIW, I already checked it for sparc-solaris. Just I see you agree with this change so everything is OK. On Tue, 12 Jan 2010 14:23:35 +0100, Joel Brobecker wrote: > my guess is NEW_PROC_API would not be defined on these systems. Joel Brobecker already examined the issue I had suspection about but I do not have experience with these systems at all. Thanks, Jan