Mirror of the gdb-patches mailing list
 help / color / mirror / Atom feed
* [RFA] fix gdb.base/remote.c and h8300
@ 2001-08-28 11:12 Jeff Holcomb
  2001-08-28 12:33 ` Kevin Buettner
  2001-08-28 15:20 ` Michael Snyder
  0 siblings, 2 replies; 8+ messages in thread
From: Jeff Holcomb @ 2001-08-28 11:12 UTC (permalink / raw)
  To: gdb-patches

2001-08-28  Jeff Holcomb  <jeffh@redhat.com>
 
        * gdb.base/remote.c: Define RANDOM_DATA_SIZE if target is a
        h8300.

Index: remote.c
===================================================================
RCS file: /cvs/src/src/gdb/testsuite/gdb.base/remote.c,v
retrieving revision 1.2
diff -u -p -r1.2 remote.c
--- remote.c    2001/07/17 21:47:19     1.2
+++ remote.c    2001/08/28 18:09:27
@@ -27,6 +27,10 @@ BEGIN {
 # define RANDOM_DATA_SIZE (1024)
 #endif
 
+#ifdef __H8300__
+# define RANDOM_DATA_SIZE (1024)
+#endif
+
 /* Use a character buffer to avoid byte order problems. 48k is
    chosen so that the buffer required at least 3 16k packets but
    targets often have no more than 64k of data. */


--
Jeff Holcomb
jeffh@redhat.com
GDB Engineering
Red Hat, Inc.


^ permalink raw reply	[flat|nested] 8+ messages in thread

end of thread, other threads:[~2001-08-28 18:41 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2001-08-28 11:12 [RFA] fix gdb.base/remote.c and h8300 Jeff Holcomb
2001-08-28 12:33 ` Kevin Buettner
2001-08-28 16:17   ` Jeff Holcomb
2001-08-28 16:28     ` Kevin Buettner
2001-08-28 17:14       ` Andrew Cagney
2001-08-28 18:41         ` Kevin Buettner
2001-08-28 16:29     ` Andrew Cagney
2001-08-28 15:20 ` Michael Snyder

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox