summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--elf_x86_64_efi.lds2
1 files changed, 2 insertions, 0 deletions
diff --git a/elf_x86_64_efi.lds b/elf_x86_64_efi.lds
index 1be23cbc..ae2cd911 100644
--- a/elf_x86_64_efi.lds
+++ b/elf_x86_64_efi.lds
@@ -17,6 +17,8 @@ SECTIONS
{
_text = .;
*(.text)
+ *(.text.*)
+ *(.gnu.linkonce.t.*)
_etext = .;
}
. = ALIGN(4096);