Set CHUNK size to 16 bytes to prevent download failures on lame targets.
[deliverable/binutils-gdb.git] / bfd / srec.c
index bce2efe33035a6ed7f482a91c91d3578c74fdd53..31f69b04cf0cc303f766724e4d7668730be840c5 100644 (file)
@@ -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.  */
This page took 0.023154 seconds and 4 git commands to generate.