[PATCH] multi-arching m32r

Kei Sakamoto sakamoto.kei@renesas.com
Mon Jun 16 10:33:00 GMT 2003


Fri, 09 May 2003 16:36:39 -0400, Andrew Cagney wrote:
> > 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

Andrew,
I sent back a Copyright Assignment form to FSF today. I also 
built multi-arched m32r-gdb with current GDB snapshot. It works
fine.

But my m32r-tdep.c still contains many functions which are 
identified as "deprecated". You mentioned new m32r files should
not contains no deprecated code. But it seems that most of 
architecutures' files, except d10v and i386, contains deprecated
code.

Can I post new m32r files with deprecated functions and
take care of their deprecated code later? It is pretty
difficult to remove all deprecated code from m32r files 
beacuse there are not much examples and documents about the
new frame and inferior function call mechanism now.

Kei Sakamoto



More information about the Gdb-patches mailing list