From mboxrd@z Thu Jan 1 00:00:00 1970 From: Andrew Cagney To: Jeff Holcomb Cc: gdb-patches@sourceware.cygnus.com Subject: Re: [RFA] fix gdb.base/remote.c and h8300 Date: Tue, 28 Aug 2001 16:29:00 -0000 Message-id: <3B8C293A.5060900@cygnus.com> References: X-SW-Source: 2001-08/msg00290.html > On Tue, 28 Aug 2001, Kevin Buettner wrote: > > >> On Aug 28, 11:12am, Jeff Holcomb wrote: >> > >> > +#ifdef __H8300__ >> > +# define RANDOM_DATA_SIZE (1024) >> > +#endif >> > + I'm actually suprised someone hasn't called ``obvious fix''. Yes it is horrible and we need to find a better way but this is current convention adopted for this file. enjoy, Andrew