get section alignments right
This commit is contained in:
parent
3cd7046ec4
commit
11682328eb
2 changed files with 10 additions and 0 deletions
|
@ -15,3 +15,8 @@
|
||||||
#define valu_t long
|
#define valu_t long
|
||||||
#undef ADDR_T
|
#undef ADDR_T
|
||||||
#define ADDR_T long
|
#define ADDR_T long
|
||||||
|
|
||||||
|
#undef ALIGNWORD
|
||||||
|
#define ALIGNWORD 4
|
||||||
|
#undef ALIGNSECT
|
||||||
|
#define ALIGNSECT 4
|
||||||
|
|
|
@ -14,3 +14,8 @@
|
||||||
|
|
||||||
#undef valu_t
|
#undef valu_t
|
||||||
#define valu_t long
|
#define valu_t long
|
||||||
|
|
||||||
|
#undef ALIGNWORD
|
||||||
|
#define ALIGNWORD 2
|
||||||
|
#undef ALIGNSECT
|
||||||
|
#define ALIGNSECT 2
|
||||||
|
|
Loading…
Reference in a new issue