From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 5444 invoked by alias); 2 Jun 2002 18:15:45 -0000 Mailing-List: contact gdb-patches-help@sources.redhat.com; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sources.redhat.com Received: (qmail 5436 invoked from network); 2 Jun 2002 18:15:43 -0000 Received: from unknown (HELO dr-evil.shagadelic.org) (208.176.2.162) by sources.redhat.com with SMTP; 2 Jun 2002 18:15:43 -0000 Received: by dr-evil.shagadelic.org (Postfix, from userid 7518) id 3BA669869; Sun, 2 Jun 2002 11:15:37 -0700 (PDT) Date: Sun, 02 Jun 2002 11:15:00 -0000 From: Jason R Thorpe To: Andrew Cagney Cc: Michael Elizabeth Chastain , gdb-patches@sources.redhat.com Subject: Re: [rfa:ppc] Fix PPC/NBSD struct return; Was: userdef.exp regression for ppc? Message-ID: <20020602111536.D27682@dr-evil.shagadelic.org> Mail-Followup-To: Jason R Thorpe , Andrew Cagney , Michael Elizabeth Chastain , gdb-patches@sources.redhat.com References: <200206011546.g51FkMj30586@duracef.shout.net> <3CF902B0.50405@cygnus.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <3CF902B0.50405@cygnus.com>; from ac131313@cygnus.com on Sat, Jun 01, 2002 at 01:21:52PM -0400 Organization: Wasabi Systems, Inc. X-SW-Source: 2002-06/txt/msg00028.txt.bz2 On Sat, Jun 01, 2002 at 01:21:52PM -0400, Andrew Cagney wrote: > The old code, for reasons I'm not sure, was failing to detect NetBSD and > hence was failing ot set it. The reason the old code didn't detect NetBSD is because it wasn't looking for the .note sections that NetBSD uses to identify its binaries. The generic OS ABI code does understand NetBSD's .note sections. -- -- Jason R. Thorpe