From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 11890 invoked by alias); 15 Apr 2004 17: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 11872 invoked from network); 15 Apr 2004 17:16:32 -0000 Received: from unknown (HELO localhost.redhat.com) (66.30.197.194) by sources.redhat.com with SMTP; 15 Apr 2004 17:16:32 -0000 Received: from gnu.org (localhost [127.0.0.1]) by localhost.redhat.com (Postfix) with ESMTP id 257792B9C; Thu, 15 Apr 2004 13:16:28 -0400 (EDT) Message-ID: <407EC36B.3080308@gnu.org> Date: Thu, 15 Apr 2004 17:16:00 -0000 From: Andrew Cagney User-Agent: Mozilla/5.0 (X11; U; NetBSD macppc; en-GB; rv:1.4.1) Gecko/20040217 MIME-Version: 1.0 To: Randolph Chung Cc: gdb-patches@sources.redhat.com Subject: Re: [patch/resend/rfa] (2/4) Cleanup tm-hppa.h for multiarch. References: <20040414062442.GK31873@tausq.org> In-Reply-To: <20040414062442.GK31873@tausq.org> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-SW-Source: 2004-04/txt/msg00318.txt.bz2 > obj_private_struct): Move to hppa-tdep.h. This has been superseeded by objfile_data() (grep for examples). Looking at the HP code it seems to contain two things: - unwind info (unwind_info) - shlib info (so_info, dp) First, how much of this is used by GNU/Linux? If it isn't it can get burried in hppa-hpux-tdep.[hc]. If it is (well the unwind_info bit I migiht be? then that should be split out to its own private objfile_data. Andrew