From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 10682 invoked by alias); 4 Nov 2004 02:22:26 -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 10623 invoked from network); 4 Nov 2004 02:22:25 -0000 Received: from unknown (HELO mail02.idc.renesas.com) (202.234.163.13) by sourceware.org with SMTP; 4 Nov 2004 02:22:25 -0000 Received: (from root@localhost) by guardian03.idc.renesas.com with id iA42MGTc027087; Thu, 4 Nov 2004 11:22:16 +0900 (JST) Received: from unknown [172.20.8.69] by guardian03.idc.renesas.com with SMTP id MAA27086 ; Thu, 4 Nov 2004 11:22:16 +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 LAA10614; Thu, 4 Nov 2004 11:22:17 +0900 (JST) Received: from E5A02646 (unknown [10.145.105.81]) by mrkaisv.hoku.renesas.com (Postfix) with SMTP id 6018F7981B7; Thu, 4 Nov 2004 11:22:17 +0900 (JST) Message-ID: <029801c4c215$6c472480$5169910a@E5A02646> From: "Kei Sakamoto" To: "Daniel Jacobowitz" Cc: References: <025b01c4c20c$9fa31e00$5169910a@E5A02646> <20041104020710.GA27911@nevyn.them.org> Subject: Re: [RFA/m32r] Add gdbarch_init_osabi call Date: Thu, 04 Nov 2004 02:22:00 -0000 MIME-Version: 1.0 Content-Type: text/plain; charset="ISO-8859-1" Content-Transfer-Encoding: 7bit X-SW-Source: 2004-11/txt/msg00057.txt.bz2 > On Thu, Nov 04, 2004 at 10:21:34AM +0900, Kei Sakamoto wrote: > > Hello, > > > > m32r-linux-tdep.c calls gdbarch_register_osabi in > > _initialize_m32r_linux_tdep. But gdbarch_init_osabi is not called > > anywhere. > > > > The following patch adds gdbarch_init_osabi call to m32r_gdbarch_init > > and enables functions in m32r-linux-tdep.c. > > > > OK to commit? > > Yes, this is OK. Thanks. I've checked in on mainline and 6.3. Thank you. Kei Sakamoto