arm/efi: Add missing init_array to linker script.

* Nice catch mmu_man!
* https://gcc.gnu.org/bugzilla/show_bug.cgi?id=46770

Change-Id: I8512b32687a292427295bbaa3ebf60396eac300f
Reviewed-on: https://review.haiku-os.org/c/haiku/+/3105
Reviewed-by: waddlesplash <[email protected]>
This commit is contained in:
Alexander von Gluck IV
2020-07-30 02:01:30 +00:00
committed by waddlesplash
parent b78a83eb29
commit 861cf377b4
@@ -19,6 +19,7 @@ SECTIONS
.data : .data :
{ {
__ctor_list = .; __ctor_list = .;
*(.init_array)
*(.ctors) *(.ctors)
__ctor_end = .; __ctor_end = .;
_data = .; _data = .;