Переглянути джерело

support .text.* sections on x86_64

Group them in .text. Also add vague linkage sections in .text.

Signed-off-by: David Decotigny <decot@googlers.com>
Nigel Croxon 12 роки тому
батько
коміт
6e17af6dd7
1 змінених файлів з 2 додано та 0 видалено
  1. 2 0
      gnu-efi-3.0/gnuefi/elf_x86_64_efi.lds

+ 2 - 0
gnu-efi-3.0/gnuefi/elf_x86_64_efi.lds

@@ -16,6 +16,8 @@ SECTIONS
   .text :
   {
    *(.text)
+   *(.text.*)
+   *(.gnu.linkonce.t.*)
   }
   . = ALIGN(4096);
   .reloc :