From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 28971 invoked by alias); 11 May 2006 13:13:41 -0000 Received: (qmail 28962 invoked by uid 22791); 11 May 2006 13:13:41 -0000 X-Spam-Check-By: sourceware.org Received: from yosemite.airs.com (HELO yosemite.airs.com) (205.217.158.180) by sourceware.org (qpsmtpd/0.31) with SMTP; Thu, 11 May 2006 13:13:39 +0000 Received: (qmail 30557 invoked from network); 11 May 2006 13:10:31 -0000 Received: from w099.z064220152.sjc-ca.dsl.cnc.net (HELO duck.specifix.com) (64.220.152.99) by yosemite.airs.com with SMTP; 11 May 2006 13:10:31 -0000 Received: from [::1] (duck.specifix.com [64.220.152.99]) by duck.specifix.com (Postfix) with ESMTP id 66F3A41FA; Thu, 11 May 2006 06:05:31 -0700 (PDT) From: Fred Fish Reply-To: fnf@specifix.com To: Daniel Jacobowitz Subject: Re: [RFA] Don't try to run auxv tests in simulator Date: Thu, 11 May 2006 13:13:00 -0000 User-Agent: KMail/1.9.1 Cc: gdb-patches@sourceware.org, fnf@specifix.com References: <200605110545.35426.fnf@specifix.com> <20060511124149.GB3086@nevyn.them.org> In-Reply-To: <20060511124149.GB3086@nevyn.them.org> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200605110906.15126.fnf@specifix.com> Mailing-List: contact gdb-patches-help@sourceware.org; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sourceware.org X-SW-Source: 2006-05/txt/msg00217.txt.bz2 On Thursday 11 May 2006 08:41, Daniel Jacobowitz wrote: > > Simulatorness has nothing to do with it, though. Does anyone know if > the BSDs use auxv, or is it entirely a GNU/Linux + Solaris thing? So a program running in the builtin gdb simulator under GNU/Linux should be able to support aux info? I admit to not looking too close at how the aux info support is implemented, but I do seem to recall it had something to do with opening /proc//auxv. -Fred