From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 28511 invoked by alias); 9 May 2003 20:36:46 -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 28487 invoked from network); 9 May 2003 20:36:45 -0000 Received: from unknown (HELO localhost.redhat.com) (207.219.125.131) by sources.redhat.com with SMTP; 9 May 2003 20:36:45 -0000 Received: from redhat.com (localhost [127.0.0.1]) by localhost.redhat.com (Postfix) with ESMTP id 53ACC2B2F; Fri, 9 May 2003 16:36:39 -0400 (EDT) Message-ID: <3EBC1157.8070601@redhat.com> Date: Fri, 09 May 2003 20:36:00 -0000 From: Andrew Cagney User-Agent: Mozilla/5.0 (X11; U; NetBSD macppc; en-US; rv:1.0.2) Gecko/20030223 X-Accept-Language: en-us, en MIME-Version: 1.0 To: Kei Sakamoto Cc: gdb-patches@sources.redhat.com Subject: Re: [PATCH] multi-arching m32r References: <016301c31610$aafb4e70$5169910a@KEI> Content-Type: text/plain; charset=ISO-2022-JP Content-Transfer-Encoding: 7bit X-SW-Source: 2003-05/txt/msg00143.txt.bz2 > Hello, > > It seems that M32R is now obsoleted because it does not use > GDB's multi-arch framework. So I made it fully multi-arched. > > I attached a patch file created from insight-5.3 source files. > If there is something wrong with it, please let me know. Unfortunatly the 5.3 branch is dead. You'll need to: - get it building with current GDB - ensure that it contains no deprecated (or identified as deprecated) code (this means that it will need to use the new frame and inferior function call mechanism) Given that this will significantly change the file, and that the existing file is obsolete, I'd just post the new m32r files - don't bother with a diff. I also do not see any FSF assignment for either yourself or Renesas (Renesas is very new so I'm not suprized). If this needs to be aranged, then please contact me. Andrew > 2003-05-09 Kei Sakamoto > > Make m32r multi-arched. > * configure.tgt: Mark m32r as multi-arched. > * m32r-rom.c: Add several macros originaly included in > config/m32r/tm-m32r.h. > * m32r-tdep.c: Add functions for multi-arch support. > * config/m32r/m32r.mt: Remove TM_FILE. > * config/m32r/tm-m32r.h: Removed.