summaryrefslogtreecommitdiffstats
path: root/sys/boot/efi/libefi/arch/ia64/ldscript.ia64
diff options
context:
space:
mode:
Diffstat (limited to 'sys/boot/efi/libefi/arch/ia64/ldscript.ia64')
-rw-r--r--sys/boot/efi/libefi/arch/ia64/ldscript.ia642
1 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 b9e80d9..3d2e4e5 100644
--- a/sys/boot/efi/libefi/arch/ia64/ldscript.ia64
+++ b/sys/boot/efi/libefi/arch/ia64/ldscript.ia64
@@ -15,6 +15,7 @@ SECTIONS
/* .gnu.warning sections are handled specially by elf32.em. */
*(.gnu.warning)
*(.gnu.linkonce.t*)
+ *(.plt)
}
. = ALIGN(4096);
.hash : { *(.hash) }
@@ -41,6 +42,7 @@ SECTIONS
{
*(.got.plt)
*(.got)
+ *(.IA_64.pltoff)
*(.sdata)
*(.sbss)
*(.scommon)
OpenPOWER on IntegriCloud