summaryrefslogtreecommitdiff
path: root/elf_ia64_efi.lds
diff options
context:
space:
mode:
Diffstat (limited to 'elf_ia64_efi.lds')
-rw-r--r--elf_ia64_efi.lds2
1 files changed, 2 insertions, 0 deletions
diff --git a/elf_ia64_efi.lds b/elf_ia64_efi.lds
index 7cb506dc..39ffddaf 100644
--- a/elf_ia64_efi.lds
+++ b/elf_ia64_efi.lds
@@ -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) }
}