[linker] align all the special sections on 8 byte boundaries, remove x86-64 hack
A bit overkill for 32bit machines, but aligning all the special data structures on 8 byte boundaries removes any special case for 64bit machines.
This commit is contained in:
@@ -1,6 +1,5 @@
|
||||
SECTIONS {
|
||||
.init ALIGN(8) : {
|
||||
. = ALIGN(8);
|
||||
.lk_init : ALIGN(8) {
|
||||
__lk_init = .;
|
||||
KEEP (*(.lk_init))
|
||||
__lk_init_end = .;
|
||||
|
||||
Reference in New Issue
Block a user