Signed-off-by: Callum Farmer <gmbr3@opensuse.org>
@@ -52,14 +52,17 @@ SECTIONS
*(SORT(.init_array.*))
*(.init_array)
__init_array_end = .;
+ . = ALIGN(16);
__CTOR_LIST__ = .;
*(SORT(.ctors.*))
*(.ctors)
__CTOR_END__ = .;
__DTOR_LIST__ = .;
*(SORT(.dtors.*))
*(.dtors)
__DTOR_END__ = .;
__fini_array_start = .;
*(SORT(.fini_array.*))
*(.fini_array)
@@ -39,14 +39,17 @@ SECTIONS
@@ -43,14 +43,17 @@ SECTIONS
@@ -53,14 +53,17 @@ SECTIONS
@@ -40,14 +40,17 @@ SECTIONS
@@ -50,14 +50,17 @@ SECTIONS
@@ -48,14 +48,17 @@ SECTIONS