mirror of
https://github.com/mariusgreuel/avrdude.git
synced 2026-03-22 06:36:04 +00:00
Fix elf2b() to consider all sections in segments
This commit is contained in:
@@ -959,7 +959,6 @@ static int elf2b(const char *infile, FILE *inf,
|
|||||||
memset(mem->tags + idx, TAG_ALLOCATED, d->d_size);
|
memset(mem->tags + idx, TAG_ALLOCATED, d->d_size);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
break; // Stop after first section in program header
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
done:
|
done:
|
||||||
|
|||||||
Reference in New Issue
Block a user