This is the mail archive of the gdb-patches@sourceware.org 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: [RFC] New target, Renesas M32C


Daniel Jacobowitz wrote:
On Thu, Apr 13, 2006 at 02:09:15PM -0700, Michael Snyder wrote:

This target architecture has already been added to gcc and binutils.
Here's the gdb port.


I think this is fine.  I only skimmed it; the most interesting bits are
the prologue analysis, which I've looked over before.  The rest nothing
jumped out at me.  Other than that I've only very small comments:

- Please add it to NEWS as Eli requested.

Will do.


- Are you volunteering to maintain this port?  If so, please add
  a MAINTAINERS entry.  If not, I don't want a port added without
  a maintainer.

Hah! Well, if jimb won't step forward, I guess I'm stuck with it. ;-)


- Instead of this:


+ #if defined (HAVE_STRING_H)
+ #include <string.h>
+ #endif


use "gdb_string.h".

Will do, thanks. Consider it committed (even though it'll be a few minutes before I actually do so).


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