From mboxrd@z Thu Jan 1 00:00:00 1970 From: Kevin Buettner To: Jeff Holcomb , gdb-patches@sourceware.cygnus.com Subject: Re: [RFA] fix gdb.base/remote.c and h8300 Date: Tue, 28 Aug 2001 12:33:00 -0000 Message-id: <1010828193345.ZM17193@ocotillo.lan> References: X-SW-Source: 2001-08/msg00285.html On Aug 28, 11:12am, Jeff Holcomb wrote: > +#ifdef __H8300__ > +# define RANDOM_DATA_SIZE (1024) > +#endif > + We need to think of a better way to do this. I've run into a similar problem on a target that I've worked on in the past too. I don't think that adding ifdefs for all the targets that need a smaller size is the way to go... Kevin