fix incorrect KEEP in linker.ld

This commit is contained in:
Quinten Kock 2020-12-17 18:54:48 +01:00
parent 25262960d9
commit e19165963b
2 changed files with 2 additions and 2 deletions

View File

@ -6,7 +6,7 @@ SECTIONS
.stivale2hdr ALIGN(4K) : .stivale2hdr ALIGN(4K) :
{ {
KEEP(*(.stivalehdr)) KEEP(*(.stivale2hdr))
} }
.text ALIGN(4K) : .text ALIGN(4K) :

View File

@ -7,7 +7,7 @@ SECTIONS
.stivale2hdr ALIGN(4K) : .stivale2hdr ALIGN(4K) :
{ {
KEEP(*(.stivalehdr)) KEEP(*(.stivale2hdr))
} }
.text ALIGN(4K) : .text ALIGN(4K) :