mirror of
https://git.proxmox.com/git/efi-boot-shim
synced 2025-08-06 14:26:22 +00:00
Make sure our build-id notes wind up at a reasonable place.
Signed-off-by: Peter Jones <pjones@redhat.com>
This commit is contained in:
parent
0abed15aa8
commit
60577689ba
@ -37,6 +37,7 @@ SECTIONS
|
||||
. = ALIGN(16);
|
||||
_bss_end = .;
|
||||
}
|
||||
.note.gnu.build-id : { *(.note.gnu.build-id) }
|
||||
|
||||
. = ALIGN(4096);
|
||||
.vendor_cert :
|
||||
|
@ -37,6 +37,7 @@ SECTIONS
|
||||
. = ALIGN(16);
|
||||
_bss_end = .;
|
||||
}
|
||||
.note.gnu.build-id : { *(.note.gnu.build-id) }
|
||||
|
||||
. = ALIGN(4096);
|
||||
.vendor_cert :
|
||||
|
@ -38,6 +38,7 @@ SECTIONS
|
||||
*(.bss)
|
||||
*(COMMON)
|
||||
}
|
||||
.note.gnu.build-id : { *(.note.gnu.build-id) }
|
||||
. = ALIGN(4096);
|
||||
.vendor_cert :
|
||||
{
|
||||
|
@ -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) }
|
||||
}
|
||||
|
@ -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) }
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user