From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 12207 invoked by alias); 5 Apr 2004 19:54:27 -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 11567 invoked from network); 5 Apr 2004 19:54:14 -0000 Received: from unknown (HELO mx1.redhat.com) (66.187.233.31) by sources.redhat.com with SMTP; 5 Apr 2004 19:54:14 -0000 Received: from int-mx1.corp.redhat.com (int-mx1.corp.redhat.com [172.16.52.254]) by mx1.redhat.com (8.12.10/8.12.10) with ESMTP id i35JsE5F023277 for ; Mon, 5 Apr 2004 15:54:14 -0400 Received: from localhost.redhat.com (to-dhcp51.toronto.redhat.com [172.16.14.151]) by int-mx1.corp.redhat.com (8.11.6/8.11.6) with ESMTP id i35JsDj27603; Mon, 5 Apr 2004 15:54:13 -0400 Received: from gnu.org (localhost [127.0.0.1]) by localhost.redhat.com (Postfix) with ESMTP id A60122B92; Mon, 5 Apr 2004 15:54:16 -0400 (EDT) Message-ID: <4071B968.5000708@gnu.org> Date: Mon, 05 Apr 2004 19:54: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 1/2] Move hpux-specific code from hppa-tdep.c to hppa-hpux-tdep.c References: <20040404174236.GQ750@tausq.org> In-Reply-To: <20040404174236.GQ750@tausq.org> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-SW-Source: 2004-04/txt/msg00122.txt.bz2 > 2004-04-04 Randolph Chung > > * hppa-tdep.c: (args_for_find_stub, hp_som_som_object_present, > exception_catchpoints_are_fragile, find_stub_with_shl_get, > cover_find_stub_with_shl_get, initialize_hp_cxx_exception_support, > child_enable_exception_callback, current_ex_event, > null_symtab_and_line, child_get_current_exception_event, > HP_ACC_EH_notify_hook, HP_ACC_EH_set_hook_value, > HP_ACC_EH_notify_callback, HP_ACC_EH_break, HP_ACC_EH_catch_throw, > HP_ACC_EH_catch_catch, __eh_notification, hp_cxx_exception_support, > hp_cxx_exception_support_initialized, eh_notify_hook_addr, > eh_notify_callback_addr, eh_break_addr, eh_catch_catch_addr, > eh_catch_throw_addr, break_callback_sal, setup_d_pid_in_inferior): > Move hpux-specific definitions ... > * hppa-hpux-tdep.c: ... to here. After this patch is applied, is it possible to build a hppa-elf target? Andrew (I suspect some of of the moved functions might be better suited for a -nat file, however, worry about that latter).