summaryrefslogtreecommitdiff
path: root/bfd/ihex.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
commit2b7a300715f19e8c04f1658b8e00b0ca1febb025 (patch)
treeef5db53511917e973d468880961e912d9bfbfbaa /bfd/ihex.c
parentd810c4bb5998053ab7dd729db2a61f1d7cac55d8 (diff)
downloadbinutils-redhat-2b7a300715f19e8c04f1658b8e00b0ca1febb025.tar.gz
Set CHUNK size to 16 bytes to prevent download failures on lame targets.
Diffstat (limited to 'bfd/ihex.c')
-rw-r--r--bfd/ihex.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/bfd/ihex.c b/bfd/ihex.c
index 17740d8239..d00c59b5e1 100644
--- a/bfd/ihex.c
+++ b/bfd/ihex.c
@@ -146,7 +146,7 @@ static int ihex_sizeof_headers PARAMS ((bfd *, boolean));
/* The number of bytes we put on one line during output. */
-#define CHUNK (21)
+#define CHUNK 16
/* Macros for converting between hex and binary. */