diff options
author | dfr <dfr@FreeBSD.org> | 2001-09-05 13:36:41 +0000 |
---|---|---|
committer | dfr <dfr@FreeBSD.org> | 2001-09-05 13:36:41 +0000 |
commit | b0318c4f62ef13e3aa990ca8b1785014c5c0ff9b (patch) | |
tree | cc9def7249b47d7f5ddc81d8b3ff8501b7a30ca9 | |
parent | 37a10edce3ffcb97dbc6cf3971f300542d041e48 (diff) | |
download | FreeBSD-src-b0318c4f62ef13e3aa990ca8b1785014c5c0ff9b.zip FreeBSD-src-b0318c4f62ef13e3aa990ca8b1785014c5c0ff9b.tar.gz |
Merge linker set relocations with the rest.
-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) } |