瀏覽代碼

Remove 64k gap on ARM32

While binutils 2.25 incorrectly changed the page size
to 64K, the second part of that fix prevents the bug
anyways

Signed-off-by: Callum Farmer <gmbr3@opensuse.org>
Callum Farmer 1 年之前
父節點
當前提交
adbd7ae7b6
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      gnuefi/elf_arm_efi.lds

+ 1 - 1
gnuefi/elf_arm_efi.lds

@@ -27,7 +27,7 @@ SECTIONS
   } =0
   _reloc_vsize = _evreloc - _reloc;
   _reloc_size = _ereloc - _reloc;
-  . = ALIGN(65536);
+  . = ALIGN(4096);
   _data = .;
   .dynamic  : { *(.dynamic) }
   . = ALIGN(4096);