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.lds10
1 files changed, 9 insertions, 1 deletions
diff --git a/elf_ia64_efi.lds b/elf_ia64_efi.lds
index 39ffddaf..e7d85e2b 100644
--- a/elf_ia64_efi.lds
+++ b/elf_ia64_efi.lds
@@ -28,6 +28,14 @@ SECTIONS
*(.scommon)
}
. = ALIGN(4096);
+ .note.gnu.build-id : {
+ *(.note.gnu.build-id)
+ }
+ .data.ident : {
+ *(.data.ident)
+ }
+
+ . = ALIGN(4096);
.data :
{
*(.rodata*)
@@ -41,7 +49,7 @@ SECTIONS
*(.bss)
*(COMMON)
}
- .note.gnu.build-id : { *(.note.gnu.build-id) }
+
. = ALIGN(4096);
.vendor_cert :
{