From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 27626 invoked by alias); 12 Nov 2004 01:03:25 -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 27564 invoked from network); 12 Nov 2004 01:03:18 -0000 Received: from unknown (HELO mail01.idc.renesas.com) (202.234.163.13) by sourceware.org with SMTP; 12 Nov 2004 01:03:18 -0000 Received: (from root@localhost) by guardian02.idc.renesas.com with id iAC13Da3015501; Fri, 12 Nov 2004 10:03:13 +0900 (JST) Received: from unknown [172.20.8.71] by guardian02.idc.renesas.com with SMTP id LAA15500 ; Fri, 12 Nov 2004 10:03:13 +0900 Received: from mrkaisv.hoku.renesas.com ([10.145.105.245]) by rnsmtp01.hoku_r.renesas.com (8.9.3/3.7W) with ESMTP id KAA05253; Fri, 12 Nov 2004 10:03:13 +0900 (JST) Received: from E5A02646 (unknown [10.145.105.81]) by mrkaisv.hoku.renesas.com (Postfix) with SMTP id A202B7981B7; Fri, 12 Nov 2004 10:03:12 +0900 (JST) Message-ID: <004e01c4c853$888c66c0$5169910a@E5A02646> From: "Kei Sakamoto" To: "Andrew Cagney" Cc: References: <02a701c4c217$a56bac70$5169910a@E5A02646> <4193C6C5.4020500@gnu.org> Subject: Re: [RFA/m32r] Add core file support to m32r-linux Date: Fri, 12 Nov 2004 01:03:00 -0000 MIME-Version: 1.0 Content-Type: text/plain; charset="windows-1252" Content-Transfer-Encoding: 7bit X-SW-Source: 2004-11/txt/msg00258.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. I've committed on mainline and 6.3. Thank you. Kei Sakamoto