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]

Re: [RFA] fix gdb.base/remote.c and h8300


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


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