From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 24851 invoked by alias); 4 Nov 2004 02:07:13 -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 24721 invoked from network); 4 Nov 2004 02:07:11 -0000 Received: from unknown (HELO nevyn.them.org) (66.93.172.17) by sourceware.org with SMTP; 4 Nov 2004 02:07:11 -0000 Received: from drow by nevyn.them.org with local (Exim 4.34 #1 (Debian)) id 1CPX1r-0007HA-CQ; Wed, 03 Nov 2004 21:07:11 -0500 Date: Thu, 04 Nov 2004 02:07:00 -0000 From: Daniel Jacobowitz To: Kei Sakamoto Cc: gdb-patches@sources.redhat.com Subject: Re: [RFA/m32r] Add gdbarch_init_osabi call Message-ID: <20041104020710.GA27911@nevyn.them.org> Mail-Followup-To: Kei Sakamoto , gdb-patches@sources.redhat.com References: <025b01c4c20c$9fa31e00$5169910a@E5A02646> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <025b01c4c20c$9fa31e00$5169910a@E5A02646> User-Agent: Mutt/1.5.5.1+cvs20040105i X-SW-Source: 2004-11/txt/msg00056.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. > > 2004-11-04 Kei Sakamoto > > * Makefile.in (m32r-tdep.o): Update dependencies. > * m32r-tdep.c (m32r_gdbarch_init): Call gdbarch_init_osabi for > ABI-specific overrides. -- Daniel Jacobowitz