diff --git a/sys/boot/efi/libefi/arch/ia64/ldscript.ia64 b/sys/boot/efi/libefi/arch/ia64/ldscript.ia64 index 13d5971fb8c..0f421da0ec5 100644 --- a/sys/boot/efi/libefi/arch/ia64/ldscript.ia64 +++ b/sys/boot/efi/libefi/arch/ia64/ldscript.ia64 @@ -7,6 +7,7 @@ SECTIONS /* Read-only sections, merged into text segment: */ . = 0; ImageBase = .; + . += 4096; .text : { *(.text) diff --git a/sys/boot/ia64/efi/ldscript.ia64 b/sys/boot/ia64/efi/ldscript.ia64 index 13d5971fb8c..0f421da0ec5 100644 --- a/sys/boot/ia64/efi/ldscript.ia64 +++ b/sys/boot/ia64/efi/ldscript.ia64 @@ -7,6 +7,7 @@ SECTIONS /* Read-only sections, merged into text segment: */ . = 0; ImageBase = .; + . += 4096; .text : { *(.text)