]> git.proxmox.com Git - efi-boot-shim.git/commitdiff
Make sure our build-id notes wind up at a reasonable place.
authorPeter Jones <pjones@redhat.com>
Mon, 29 Jun 2015 20:08:14 +0000 (16:08 -0400)
committerPeter Jones <pjones@redhat.com>
Tue, 30 Jun 2015 00:03:36 +0000 (20:03 -0400)
Signed-off-by: Peter Jones <pjones@redhat.com>
elf_aarch64_efi.lds
elf_arm_efi.lds
elf_ia32_efi.lds
elf_ia64_efi.lds
elf_x86_64_efi.lds

index d4f3a503f35a46d4733f28e00a8484b1d205d594..77770c27d1da94393a952850f2bde674447764cc 100644 (file)
@@ -37,6 +37,7 @@ SECTIONS
    . = ALIGN(16);
    _bss_end = .;
   }
+  .note.gnu.build-id : { *(.note.gnu.build-id) }
 
   . = ALIGN(4096);
   .vendor_cert :
index 1a64a3bbbbc5591c9e2a9e36b8f7ae2a9687c598..ffa1eeb298b341c1f3c0487fd9538b106f444b03 100644 (file)
@@ -37,6 +37,7 @@ SECTIONS
    . = ALIGN(16);
    _bss_end = .;
   }
+  .note.gnu.build-id : { *(.note.gnu.build-id) }
 
    . = ALIGN(4096);
   .vendor_cert :
index 9030fea89cbd74ca668408e8e2a6b1db8c9acebf..9da8109425268b3b3cc0080f5d985d55c4dd49cd 100644 (file)
@@ -38,6 +38,7 @@ SECTIONS
    *(.bss)
    *(COMMON)
   }
+  .note.gnu.build-id : { *(.note.gnu.build-id) }
   . = ALIGN(4096);
   .vendor_cert :
   {
index 7cb506dc34e58d002e4e65468bfdccb055ef3781..39ffddafce262804427574cd161503d8dc90afe3 100644 (file)
@@ -41,6 +41,7 @@ SECTIONS
    *(.bss)
    *(COMMON)
   }
+  .note.gnu.build-id : { *(.note.gnu.build-id) }
   . = ALIGN(4096);
   .vendor_cert :
   {
@@ -77,4 +78,5 @@ SECTIONS
     *(.IA_64.unwind*)
     *(.IA64.unwind*)
   }
+  .note.gnu.build-id : { *(.note.gnu.build-id) }
 }
index 6807210595044531e0acf30f8c21e2d9f8e2cc93..bb21bbb081905844c5ca8ae7d9bb140ef1471119 100644 (file)
@@ -42,6 +42,7 @@ SECTIONS
    *(COMMON)
    *(.rel.local)
   }
+  .note.gnu.build-id : { *(.note.gnu.build-id) }
   . = ALIGN(4096);
   .vendor_cert :
   {
@@ -71,4 +72,5 @@ SECTIONS
     *(.note.GNU-stack)
   }
   .comment 0 : { *(.comment) }
+  .note.gnu.build-id : { *(.note.gnu.build-id) }
 }