소스 검색

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 :