get section alignments right
This commit is contained in:
parent
c5fac7eb3b
commit
f1847c8a28
@ -15,3 +15,8 @@
|
||||
#define valu_t long
|
||||
#undef ADDR_T
|
||||
#define ADDR_T long
|
||||
|
||||
#undef ALIGNWORD
|
||||
#define ALIGNWORD 4
|
||||
#undef ALIGNSECT
|
||||
#define ALIGNSECT 4
|
||||
|
||||
@ -14,3 +14,8 @@
|
||||
|
||||
#undef valu_t
|
||||
#define valu_t long
|
||||
|
||||
#undef ALIGNWORD
|
||||
#define ALIGNWORD 2
|
||||
#undef ALIGNSECT
|
||||
#define ALIGNSECT 2
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user