From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 2812 invoked by alias); 22 Jun 2006 20:46:33 -0000 Received: (qmail 2804 invoked by uid 22791); 22 Jun 2006 20:46:32 -0000 X-Spam-Check-By: sourceware.org Received: from sibelius.xs4all.nl (HELO sibelius.xs4all.nl) (82.92.89.47) by sourceware.org (qpsmtpd/0.31) with ESMTP; Thu, 22 Jun 2006 20:46:29 +0000 Received: from elgar.sibelius.xs4all.nl (root@elgar.sibelius.xs4all.nl [192.168.0.2]) by sibelius.xs4all.nl (8.13.4/8.13.4) with ESMTP id k5MKjtVa015983; Thu, 22 Jun 2006 22:45:55 +0200 (CEST) Received: from elgar.sibelius.xs4all.nl (kettenis@localhost.sibelius.xs4all.nl [127.0.0.1]) by elgar.sibelius.xs4all.nl (8.13.6/8.13.6) with ESMTP id k5MKjtJg018962; Thu, 22 Jun 2006 22:45:55 +0200 (CEST) Received: (from kettenis@localhost) by elgar.sibelius.xs4all.nl (8.13.6/8.13.6/Submit) id k5MKjt3K018159; Thu, 22 Jun 2006 22:45:55 +0200 (CEST) Date: Thu, 22 Jun 2006 20:46:00 -0000 Message-Id: <200606222045.k5MKjt3K018159@elgar.sibelius.xs4all.nl> From: Mark Kettenis To: drow@false.org CC: gdb-patches@sourceware.org In-reply-to: <20060622193507.GA19794@nevyn.them.org> (message from Daniel Jacobowitz on Thu, 22 Jun 2006 15:35:07 -0400) Subject: Re: [ob] Remove a dejagnu ERROR from auxv.exp References: <20060622193507.GA19794@nevyn.them.org> 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-06/txt/msg00338.txt.bz2 > Date: Thu, 22 Jun 2006 15:35:07 -0400 > From: Daniel Jacobowitz > > If your target does not support gcore at all, then it will currently > generate an ERROR running auxv.exp. This turns it into an UNSUPPORTED, > as was probably intended. Heh, thanks. I've been wondering how to fix this properly before, but decided the easiest way to solve this was to implement gcore on OpenBSD. Unfortunately that turned out to be difficult enough that I didn't manage to do it yet. Mark