[PATCH] Remove some hardwired assumptions about register sets

Mark Kettenis m.kettenis@osp.nl
Tue Dec 23 11:30:00 GMT 2003


   From: Fred Fish <fnf@ninemoons.com>
   Date: Mon, 22 Dec 2003 18:51:10 -0700

   On Tuesday 16 December 2003 23:14, Fred Fish wrote:
   > This patch removes some hard coded assumptions about the sizes of the
   > various processor specific register sets, and also allows them to be
   > of different sizes if necessary.
   >
   > Comments?

   Except for my own followup, there haven't been any comments about this
   patch.

   I propose that if there are no objections by this weekend that the
   patch should be checked in, after the previously noted fix is made of
   course.

Not a real objection, but instead of sizeof()/sizeof() it's probably
better to use the ARRAY_SIZE() macro.

Mark



More information about the Gdb-patches mailing list