From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 29846 invoked by alias); 13 Dec 2003 04:01:44 -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 29838 invoked from network); 13 Dec 2003 04:01:44 -0000 Received: from unknown (HELO mx1.redhat.com) (66.187.233.31) by sources.redhat.com with SMTP; 13 Dec 2003 04:01:44 -0000 Received: from int-mx1.corp.redhat.com (int-mx1.corp.redhat.com [172.16.52.254]) by mx1.redhat.com (8.11.6/8.11.6) with ESMTP id hBD41hh18716 for ; Fri, 12 Dec 2003 23:01:43 -0500 Received: from pobox.corp.redhat.com (pobox.corp.redhat.com [172.16.52.156]) by int-mx1.corp.redhat.com (8.11.6/8.11.6) with ESMTP id hBD41hn17388; Fri, 12 Dec 2003 23:01:43 -0500 Received: from localhost.localdomain (vpn50-15.rdu.redhat.com [172.16.50.15]) by pobox.corp.redhat.com (8.12.8/8.12.8) with ESMTP id hBD41g6V002767; Fri, 12 Dec 2003 23:01:43 -0500 Received: (from kev@localhost) by localhost.localdomain (8.11.6/8.11.6) id hBD41bZ23569; Fri, 12 Dec 2003 21:01:37 -0700 Date: Sat, 13 Dec 2003 04:01:00 -0000 From: Kevin Buettner Message-Id: <1031213040137.ZM23568@localhost.localdomain> In-Reply-To: David Mosberger "Re: RFA: ia64 portion of libunwind patch" (Nov 25, 4:11pm) References: <3FA2B71A.3080905@redhat.com> <3FA2CA1B.7000502@redhat.com> <16290.59502.799536.383397@napali.hpl.hp.com> <3FAC12D3.2070207@redhat.com> <16300.8192.489647.740612@napali.hpl.hp.com> <3FAC2454.2030009@redhat.com> <16300.9949.513264.716812@napali.hpl.hp.com> <3FAC2D03.8070607@redhat.com> <16300.12503.585501.180768@napali.hpl.hp.com> <3FAC33B3.2030403@redhat.com> <1031108001337.ZM18506@localhost.localdomain> <3FAC388A.10207@redhat.com> <16300.39298.323956.667764@napali.hpl.hp.com> <3FAD7F01.2050407@gnu.org> <16304.3297.662733.250523@napali.hpl.hp.com> <3FB0149C.1060908@redhat.com> <16323.61371.6654.950171@napali.hpl.hp.com> To: gdb-patches@sources.redhat.com Subject: Re: RFA: ia64 portion of libunwind patch Cc: davidm@hpl.hp.com MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-SW-Source: 2003-12/txt/msg00348.txt.bz2 On Nov 25, 4:11pm, David Mosberger wrote: > * libunwind-frame.c (unw_find_dyn_list_p): Replace most arguments > with a single unw_dyn_info_t pointer. > (libunwind_find_dyn_list): Likewise. > * libunwind-frame.h: Likewise. > > * ia64-tdep.c (ia64_find_unwind_table): Switch to using > UNW_INFO_FORMAT_REMOTE_TABLE so we can avoid having to read in the > entire unwind-table at once. Support for this table format has > been added to libunwind v0.95. > (ia64_find_proc_info_x): Adjust for remote-unwind-table changes. > (ia64_get_dyn_info_list): Adjust for interface change for > libunwind_find_dyn_list(). I've just committed this patch for David. Kevin