aboutsummaryrefslogtreecommitdiff
path: root/bfd/ihex.c
diff options
context:
space:
mode:
authorAlan Modra <amodra@gmail.com>2000-03-30 23:49:07 +0000
committerAlan Modra <amodra@gmail.com>2000-03-30 23:49:07 +0000
commit65d7f9a691c4456707cca1d794addcc9fab2b42a (patch)
tree8049ce934e8024ee3ba8874bdd70812e5d5f9397 /bfd/ihex.c
parent00ed88bd5645e6552c8cafd5b732858be516b4f7 (diff)
downloadgdb-65d7f9a691c4456707cca1d794addcc9fab2b42a.zip
gdb-65d7f9a691c4456707cca1d794addcc9fab2b42a.tar.gz
gdb-65d7f9a691c4456707cca1d794addcc9fab2b42a.tar.bz2
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 17740d8..d00c59b 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. */