mirror of
https://github.com/mariusgreuel/avrdude.git
synced 2025-09-27 22:45:27 +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);
|
||||
}
|
||||
}
|
||||
break; // Stop after first section in program header
|
||||
}
|
||||
}
|
||||
done:
|
||||
|
Reference in New Issue
Block a user