This is the mail archive of the gdb-patches@sources.redhat.com mailing list for the GDB project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [PATCH] multi-arching m32r


> 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  <sakamoto.kei@renesas.com>
> 
>         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.



Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]