Explorar o código

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 %!s(int64=12) %!d(string=hai) anos
pai
achega
6e17af6dd7
Modificáronse 1 ficheiros con 2 adicións e 0 borrados
  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 :