Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 575300
Collapse All | Expand All

(-)a/gnuefi/elf_ia32_efi.lds (+1 lines)
Lines 8-9 SECTIONS Link Here
8
  .hash : { *(.hash) }	/* this MUST come first! */
8
  .hash : { *(.hash) }	/* this MUST come first! */
9
  .gnu.hash : { *(.gnu.hash) }	/* this MUST come first! */
9
  . = ALIGN(4096);
10
  . = ALIGN(4096);
(-)a/gnuefi/elf_ia32_fbsd_efi.lds (+1 lines)
Lines 8-9 SECTIONS Link Here
8
  .hash : { *(.hash) }	/* this MUST come first! */
8
  .hash : { *(.hash) }	/* this MUST come first! */
9
  .gnu.hash : { *(.gnu.hash) }	/* this MUST come first! */
9
  . = ALIGN(4096);
10
  . = ALIGN(4096);
(-)a/gnuefi/elf_ia64_efi.lds (+1 lines)
Lines 8-9 SECTIONS Link Here
8
  .hash : { *(.hash) }	/* this MUST come first! */
8
  .hash : { *(.hash) }	/* this MUST come first! */
9
  .gnu.hash : { *(.gnu.hash) }	/* this MUST come first! */
9
  . = ALIGN(4096);
10
  . = ALIGN(4096);
(-)a/gnuefi/elf_x86_64_efi.lds (+1 lines)
Lines 9-10 SECTIONS Link Here
9
  .hash : { *(.hash) }	/* this MUST come first! */
9
  .hash : { *(.hash) }	/* this MUST come first! */
10
  .gnu.hash : { *(.gnu.hash) }	/* this MUST come first! */
10
  . = ALIGN(4096);
11
  . = ALIGN(4096);
(-)a/gnuefi/elf_x86_64_fbsd_efi.lds (+1 lines)
Lines 9-10 SECTIONS Link Here
9
  .hash : { *(.hash) }	/* this MUST come first! */
9
  .hash : { *(.hash) }	/* this MUST come first! */
10
  .gnu.hash : { *(.gnu.hash) }	/* this MUST come first! */
10
  . = ALIGN(4096);
11
  . = ALIGN(4096);

Return to bug 575300