diff options
-rw-r--r-- | sys/boot/efi/libefi/arch/ia64/ldscript.ia64 | 1 | ||||
-rw-r--r-- | sys/boot/ia64/efi/ldscript.ia64 | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/sys/boot/efi/libefi/arch/ia64/ldscript.ia64 b/sys/boot/efi/libefi/arch/ia64/ldscript.ia64 index 0f421da..446c7d5 100644 --- a/sys/boot/efi/libefi/arch/ia64/ldscript.ia64 +++ b/sys/boot/efi/libefi/arch/ia64/ldscript.ia64 @@ -59,6 +59,7 @@ SECTIONS *(.rela.got) *(.rela.stab) *(.rela.ctors) + *(.relaset_*) } . = ALIGN(4096); .reloc : { *(.reloc) } diff --git a/sys/boot/ia64/efi/ldscript.ia64 b/sys/boot/ia64/efi/ldscript.ia64 index 0f421da..446c7d5 100644 --- a/sys/boot/ia64/efi/ldscript.ia64 +++ b/sys/boot/ia64/efi/ldscript.ia64 @@ -59,6 +59,7 @@ SECTIONS *(.rela.got) *(.rela.stab) *(.rela.ctors) + *(.relaset_*) } . = ALIGN(4096); .reloc : { *(.reloc) } |