diff --git a/elf_aarch64_efi.lds b/elf_aarch64_efi.lds index d4f3a50..77770c2 100644 --- a/elf_aarch64_efi.lds +++ b/elf_aarch64_efi.lds @@ -37,6 +37,7 @@ SECTIONS . = ALIGN(16); _bss_end = .; } + .note.gnu.build-id : { *(.note.gnu.build-id) } . = ALIGN(4096); .vendor_cert : diff --git a/elf_arm_efi.lds b/elf_arm_efi.lds index 1a64a3b..ffa1eeb 100644 --- a/elf_arm_efi.lds +++ b/elf_arm_efi.lds @@ -37,6 +37,7 @@ SECTIONS . = ALIGN(16); _bss_end = .; } + .note.gnu.build-id : { *(.note.gnu.build-id) } . = ALIGN(4096); .vendor_cert : diff --git a/elf_ia32_efi.lds b/elf_ia32_efi.lds index 9030fea..9da8109 100644 --- a/elf_ia32_efi.lds +++ b/elf_ia32_efi.lds @@ -38,6 +38,7 @@ SECTIONS *(.bss) *(COMMON) } + .note.gnu.build-id : { *(.note.gnu.build-id) } . = ALIGN(4096); .vendor_cert : { diff --git a/elf_ia64_efi.lds b/elf_ia64_efi.lds index 7cb506d..39ffdda 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) } } diff --git a/elf_x86_64_efi.lds b/elf_x86_64_efi.lds index 6807210..bb21bbb 100644 --- a/elf_x86_64_efi.lds +++ b/elf_x86_64_efi.lds @@ -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) } }