From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 27106 invoked by alias); 11 May 2006 12:41:55 -0000 Received: (qmail 27096 invoked by uid 22791); 11 May 2006 12:41:54 -0000 X-Spam-Check-By: sourceware.org Received: from nevyn.them.org (HELO nevyn.them.org) (66.93.172.17) by sourceware.org (qpsmtpd/0.31.1) with ESMTP; Thu, 11 May 2006 12:41:51 +0000 Received: from drow by nevyn.them.org with local (Exim 4.54) id 1FeAUH-0000on-Tt; Thu, 11 May 2006 08:41:49 -0400 Date: Thu, 11 May 2006 12:41:00 -0000 From: Daniel Jacobowitz To: Fred Fish Cc: gdb-patches@sourceware.org Subject: Re: [RFA] Don't try to run auxv tests in simulator Message-ID: <20060511124149.GB3086@nevyn.them.org> Mail-Followup-To: Fred Fish , gdb-patches@sourceware.org References: <200605110545.35426.fnf@specifix.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200605110545.35426.fnf@specifix.com> User-Agent: Mutt/1.5.8i 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/msg00215.txt.bz2 On Thu, May 11, 2006 at 05:45:35AM -0400, Fred Fish wrote: > AFAIK all available simulators don't support auxv info, so trying to > run the auxv tests will fail. They also need corefile support. > > I see that corefile.exp has: > > # are we on a target board > if ![isnative] then { > return > } > > which may be too restrictive for auxv. So I'd propose suppressing the > auxv tests just for simulators, for now at least. > > 2006-05-11 Fred Fish > > * gdb.base/auxv.exp: Simulators don't support auxv info > so don't run test if executing in a simulator. 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? -- Daniel Jacobowitz CodeSourcery