summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--gnu-efi-3.0/gnuefi/elf_x86_64_efi.lds2
1 files changed, 2 insertions, 0 deletions
diff --git a/gnu-efi-3.0/gnuefi/elf_x86_64_efi.lds b/gnu-efi-3.0/gnuefi/elf_x86_64_efi.lds
index 32cf687..c4df0a5 100644
--- a/gnu-efi-3.0/gnuefi/elf_x86_64_efi.lds
+++ b/gnu-efi-3.0/gnuefi/elf_x86_64_efi.lds
@@ -16,6 +16,8 @@ SECTIONS
.text :
{
*(.text)
+ *(.text.*)
+ *(.gnu.linkonce.t.*)
}
. = ALIGN(4096);
.reloc :