fix incorrect KEEP in linker.ld
This commit is contained in:
parent
25262960d9
commit
e19165963b
|
|
@ -6,7 +6,7 @@ SECTIONS
|
|||
|
||||
.stivale2hdr ALIGN(4K) :
|
||||
{
|
||||
KEEP(*(.stivalehdr))
|
||||
KEEP(*(.stivale2hdr))
|
||||
}
|
||||
|
||||
.text ALIGN(4K) :
|
||||
|
|
|
|||
|
|
@ -7,7 +7,7 @@ SECTIONS
|
|||
|
||||
.stivale2hdr ALIGN(4K) :
|
||||
{
|
||||
KEEP(*(.stivalehdr))
|
||||
KEEP(*(.stivale2hdr))
|
||||
}
|
||||
|
||||
.text ALIGN(4K) :
|
||||
|
|
|
|||
Loading…
Reference in New Issue