Browse Source

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 năm trước cách đây
mục cha
commit
6e17af6dd7
1 tập tin đã thay đổi với 2 bổ sung0 xóa
  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 :