From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 16919 invoked by alias); 5 Dec 2001 15:54:04 -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 16888 invoked from network); 5 Dec 2001 15:54:00 -0000 Received: from unknown (HELO cygnus.com) (205.180.230.5) by sources.redhat.com with SMTP; 5 Dec 2001 15:54:00 -0000 Received: from localhost.cygnus.com (cse.cygnus.com [205.180.230.236]) by runyon.cygnus.com (8.8.7-cygnus/8.8.7) with ESMTP id HAA06117 for ; Wed, 5 Dec 2001 07:53:59 -0800 (PST) Received: from cygnus.com (localhost [127.0.0.1]) by localhost.cygnus.com (Postfix) with ESMTP id 14E183E29; Wed, 5 Dec 2001 10:53:49 -0500 (EST) Message-ID: <3C0E430C.6070609@cygnus.com> Date: Wed, 05 Dec 2001 07:54:00 -0000 From: Andrew Cagney User-Agent: Mozilla/5.0 (X11; U; NetBSD macppc; en-US; rv:0.9.3) Gecko/20011020 X-Accept-Language: en-us MIME-Version: 1.0 To: "Keith.Walker" Cc: gdb-patches@sourceware.cygnus.com Subject: Re: Patch for arm-linux gdbserver References: <4.1.20011203140709.00af4820@mhsun1.maidenhead.arm.com> <4.1.20011205151440.00b45cb0@mhsun1.maidenhead.arm.com> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-SW-Source: 2001-12/txt/msg00139.txt.bz2 > Who is currently doing the work to multi-arch ARM? > > If no-one is currently working on doing it then I can do some work on this. > Otherwise I can offer some help to whoever is working on it. As far as I know, no one, sigh. Two tasks on the way are: incrementally replace each macro with a function (incremental macro to function conversion is considered obvious (see my i386go32_...() conversion)); replace EXTRA_FRAME_INFO macro with frame_extra_info. - more tricky. Andrew