ARM64 local: Remove NR_SECTIONS

* NR_SECTIONS is part of the crt0 generator for fwupd-efi
* This isn't implemented here

Signed-off-by: Callum Farmer <gmbr3@opensuse.org>
This commit is contained in:
Callum Farmer 2024-09-23 17:38:22 +01:00
parent 24a4cd0e56
commit e9b6ac7126
No known key found for this signature in database
GPG Key ID: 9A5B19E18CD0013C

View File

@ -31,7 +31,7 @@ pe_header:
.2byte 0
coff_header:
.2byte 0xaa64 // AArch64
.2byte NR_SECTIONS // nr_sections
.2byte 4 // nr_sections
.4byte 0 // TimeDateStamp
.4byte 0 // PointerToSymbolTable
.4byte 0 // NumberOfSymbols