summaryrefslogtreecommitdiff
path: root/bfd/srec.c
diff options
context:
space:
mode:
authorAlan Modra <amodra@bigpond.net.au>2000-03-30 23:49:07 +0000
committerAlan Modra <amodra@bigpond.net.au>2000-03-30 23:49:07 +0000
commitcc3ca38022549b58580f3149da092c4d897b2c36 (patch)
treee6f0ec36cb9a825f14039ca7fda8a97dcd7628e8 /bfd/srec.c
parent4949705caccd61f3fed44d709019b2b97d481bd2 (diff)
downloadgdb-cc3ca38022549b58580f3149da092c4d897b2c36.tar.gz
Set CHUNK size to 16 bytes to prevent download failures on lame targets.
Diffstat (limited to 'bfd/srec.c')
-rw-r--r--bfd/srec.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/bfd/srec.c b/bfd/srec.c
index bce2efe3303..31f69b04cf0 100644
--- a/bfd/srec.c
+++ b/bfd/srec.c
@@ -171,7 +171,7 @@ srec_init ()
/* The maximum number of bytes on a line is FF */
#define MAXCHUNK 0xff
/* The number of bytes we fit onto a line on output */
-#define CHUNK 21
+#define CHUNK 16
/* When writing an S-record file, the S-records can not be output as
they are seen. This structure is used to hold them in memory. */