From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 28022 invoked by alias); 14 Jul 2004 16:54:10 -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 27829 invoked from network); 14 Jul 2004 16:54:05 -0000 Received: from unknown (HELO mx1.redhat.com) (66.187.233.31) by sourceware.org with SMTP; 14 Jul 2004 16:54:05 -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 i6EGs5e3025162 for ; Wed, 14 Jul 2004 12:54:05 -0400 Received: from localhost.redhat.com (porkchop.devel.redhat.com [172.16.58.2]) by int-mx1.corp.redhat.com (8.11.6/8.11.6) with ESMTP id i6EGs4014404; Wed, 14 Jul 2004 12:54:04 -0400 Received: from gnu.org (localhost [127.0.0.1]) by localhost.redhat.com (Postfix) with ESMTP id EB6782B9D; Wed, 14 Jul 2004 12:53:52 -0400 (EDT) Message-ID: <40F56520.9080906@gnu.org> Date: Wed, 14 Jul 2004 16: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/rfc] Try to get dummy calls working on hpux again References: <20040610061234.GF561@tausq.org> <40C8B609.5000704@gnu.org> <20040610202337.GH561@tausq.org> <40C8C7C2.5060100@gnu.org> <20040610221238.GJ561@tausq.org> <40C9CECF.5040902@gnu.org> <20040611161224.GE9466@tausq.org> <40C9EC47.9020304@gnu.org> <20040711065400.GR546@tausq.org> In-Reply-To: <20040711065400.GR546@tausq.org> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-SW-Source: 2004-07/txt/msg00162.txt.bz2 > oops, just realized this didn't get commited even though it was > approved, so i've committed it now... > > 2004-07-10 Randolph Chung > > * hppa-hpux-tdep.c (hppa_hpux_som_find_global_pointer): New > function. > (hppa_hpux_push_dummy_code): New function. > (hppa_hpux_init_abi): Set push_dummy_code and call_dummy_location. > Set find_global_pointer method. > > This should probably go to the 6.2 branch too, but i haven't committed > it there yet. Yes, feel freel to pull this, and any other hppa*.[hc] specific patches onto the branch. Andrew