From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 4415 invoked by alias); 1 Aug 2002 22:16:32 -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 4408 invoked from network); 1 Aug 2002 22:16:31 -0000 Received: from unknown (HELO localhost.redhat.com) (216.138.202.10) by sources.redhat.com with SMTP; 1 Aug 2002 22:16:31 -0000 Received: from ges.redhat.com (localhost [127.0.0.1]) by localhost.redhat.com (Postfix) with ESMTP id 6732B3C63; Thu, 1 Aug 2002 18:16:32 -0400 (EDT) Message-ID: <3D49B340.3060906@ges.redhat.com> Date: Thu, 01 Aug 2002 15:16:00 -0000 From: Andrew Cagney User-Agent: Mozilla/5.0 (X11; U; NetBSD macppc; en-US; rv:1.0.0) Gecko/20020708 X-Accept-Language: en-us, en MIME-Version: 1.0 To: Joel Brobecker Cc: gdb-patches@sources.redhat.com Subject: Re: [RFA] Add declaration in i386-tdep.h (for interix) References: <20020730191256.GE19161@gnat.com> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-SW-Source: 2002-08/txt/msg00028.txt.bz2 > 2002-07-30 Joel Brobecker > > * i386-tdep.h (skip_trampoline_code): Add forward declaration. > Will be needed for the interix target. > (The function would at least need to be namespace proofed - leading i386_ bit I 386 question) BTW, Have you looked at the osabi mechanism? The above may not even be needed. Andrew