mirror of https://github.com/wolfSSL/wolfBoot.git
x86_fsp: linker: remove unused .eh_frame from linking
parent
fe5d1a98c7
commit
1374f79c76
|
@ -60,7 +60,6 @@ SECTIONS
|
||||||
KEEP(*(.boot*))
|
KEEP(*(.boot*))
|
||||||
*(.text*)
|
*(.text*)
|
||||||
*(.rodata*)
|
*(.rodata*)
|
||||||
*(.eh_frame*)
|
|
||||||
. = ALIGN(256);
|
. = ALIGN(256);
|
||||||
} > FLASH
|
} > FLASH
|
||||||
|
|
||||||
|
|
|
@ -69,7 +69,6 @@ SECTIONS
|
||||||
KEEP(*(.keystore*))
|
KEEP(*(.keystore*))
|
||||||
*(.text*)
|
*(.text*)
|
||||||
*(.rodata*)
|
*(.rodata*)
|
||||||
*(.eh_frame*)
|
|
||||||
. = ALIGN(256);
|
. = ALIGN(256);
|
||||||
} > FLASH
|
} > FLASH
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue