Only open files when necessary

This commit is contained in:
ISSOtm
2019-10-11 09:04:50 +02:00
parent 8a59994c0d
commit bf75971a3a
6 changed files with 79 additions and 54 deletions

View File

@@ -12,6 +12,8 @@
#include <stdint.h>
extern FILE *linkerScript;
struct SectionPlacement {
struct Section *section;
uint16_t org;