From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 14368 invoked by alias); 11 May 2006 17:38:28 -0000 Received: (qmail 14359 invoked by uid 22791); 11 May 2006 17:38:28 -0000 X-Spam-Check-By: sourceware.org Received: from BISCAYNE-ONE-STATION.MIT.EDU (HELO biscayne-one-station.mit.edu) (18.7.7.80) by sourceware.org (qpsmtpd/0.31) with ESMTP; Thu, 11 May 2006 17:38:25 +0000 Received: from outgoing.mit.edu (OUTGOING-AUTH.MIT.EDU [18.7.22.103]) by biscayne-one-station.mit.edu (8.13.6/8.9.2) with ESMTP id k4BHcJjb026730; Thu, 11 May 2006 13:38:20 -0400 (EDT) Received: from contents-vnder-pressvre.mit.edu (CONTENTS-VNDER-PRESSVRE.MIT.EDU [18.7.16.67]) (authenticated bits=56) (User authenticated as nathanw@ATHENA.MIT.EDU) by outgoing.mit.edu (8.13.6/8.12.4) with ESMTP id k4BHcHC7023697 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NOT); Thu, 11 May 2006 13:38:17 -0400 (EDT) Received: (from nathanw@localhost) by contents-vnder-pressvre.mit.edu (8.12.9.20060308) id k4BHcHj5009077; Thu, 11 May 2006 13:38:17 -0400 (EDT) To: Daniel Jacobowitz Cc: Fred Fish , gdb-patches@sourceware.org Subject: Re: [RFA] Don't try to run auxv tests in simulator References: <200605110545.35426.fnf@specifix.com> <20060511124149.GB3086@nevyn.them.org> From: "Nathan J. Williams" Date: Thu, 11 May 2006 17:38:00 -0000 In-Reply-To: <20060511124149.GB3086@nevyn.them.org> Message-ID: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Spam-Score: -2.599 X-IsSubscribed: yes 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/msg00221.txt.bz2 Daniel Jacobowitz writes: > 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? The BSDs don't use auxv. I've noticed this test failing for a while but not bothered to do anything about it. - Nathan