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:
parent
24a4cd0e56
commit
e9b6ac7126
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user