From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 25824 invoked by alias); 11 Nov 2004 20:09:59 -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 25796 invoked from network); 11 Nov 2004 20:09:53 -0000 Received: from unknown (HELO mx1.redhat.com) (66.187.233.31) by sourceware.org with SMTP; 11 Nov 2004 20:09:53 -0000 Received: from int-mx1.corp.redhat.com (int-mx1.corp.redhat.com [172.16.52.254]) by mx1.redhat.com (8.12.11/8.12.11) with ESMTP id iABK9rqL007028 for ; Thu, 11 Nov 2004 15:09:53 -0500 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 iABK9lr09443; Thu, 11 Nov 2004 15:09:47 -0500 Received: from [127.0.0.1] (localhost.localdomain [127.0.0.1]) by localhost.redhat.com (Postfix) with ESMTP id 96C44129D8C; Thu, 11 Nov 2004 15:08:37 -0500 (EST) Message-ID: <4193C6C5.4020500@gnu.org> Date: Thu, 11 Nov 2004 20:09:00 -0000 From: Andrew Cagney User-Agent: Mozilla Thunderbird 0.8 (X11/20041020) MIME-Version: 1.0 To: Kei Sakamoto Cc: gdb-patches@sources.redhat.com Subject: Re: [RFA/m32r] Add core file support to m32r-linux References: <02a701c4c217$a56bac70$5169910a@E5A02646> In-Reply-To: <02a701c4c217$a56bac70$5169910a@E5A02646> Content-Type: text/plain; charset=windows-1252; format=flowed Content-Transfer-Encoding: 7bit X-SW-Source: 2004-11/txt/msg00243.txt.bz2 Kei Sakamoto wrote: > Hello, > > The attached patch adds core file support to m32r-linux target. Ok, also ok for 6.3 branch. Andrew > 2004-11-04 Kei Sakamoto > > * Makefile.in (m32r-linux-tdep.o): Update dependencies. > * m32r-linux-tdep.c (m32r_linux_init_abi): Call > set_gdbarch_regset_from_core_section for core file support. > (m32r_linux_supply_gregset, m32r_linux_regset_from_core_section): > New functions.