From 2dd2f7600d41253fe621b8d040ab57f0c202d71b Mon Sep 17 00:00:00 2001 From: Steve McIntyre Date: Sun, 22 Jan 2023 13:05:10 +0000 Subject: New upstream version 15.7 --- elf_x86_64_efi.lds | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'elf_x86_64_efi.lds') diff --git a/elf_x86_64_efi.lds b/elf_x86_64_efi.lds index bcc65270..39aff6b0 100644 --- a/elf_x86_64_efi.lds +++ b/elf_x86_64_efi.lds @@ -35,6 +35,10 @@ SECTIONS .data.ident : { *(.data.ident) } + . = ALIGN(4096); + .sbatlevel : { + *(.sbatlevel) + } . = ALIGN(4096); .data : -- cgit v1.2.3