From b0318c4f62ef13e3aa990ca8b1785014c5c0ff9b Mon Sep 17 00:00:00 2001 From: dfr Date: Wed, 5 Sep 2001 13:36:41 +0000 Subject: Merge linker set relocations with the rest. --- sys/boot/efi/libefi/arch/ia64/ldscript.ia64 | 1 + sys/boot/ia64/efi/ldscript.ia64 | 1 + 2 files changed, 2 insertions(+) (limited to 'sys') 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) } -- cgit v1.1