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 <waddlesplash@gmail.com>
This commit is contained in:
Alexander von Gluck IV 2020-07-29 20:49:52 -05:00 committed by waddlesplash
parent b78a83eb29
commit 861cf377b4

View File

@ -19,6 +19,7 @@ SECTIONS
.data :
{
__ctor_list = .;
*(.init_array)
*(.ctors)
__ctor_end = .;
_data = .;