mirror of
https://github.com/Stichting-MINIX-Research-Foundation/u-boot.git
synced 2025-09-10 04:26:19 -04:00
Blackfin: drop .eh_frame from linker script
Nothing in U-Boot uses runtime C++ exceptions/unwinding, so there is no need to list this section. Signed-off-by: Mike Frysinger <vapier@gentoo.org>
This commit is contained in:
parent
ed912d4d65
commit
846a6391e4
@ -95,7 +95,6 @@ SECTIONS
|
|||||||
{
|
{
|
||||||
. = ALIGN(4);
|
. = ALIGN(4);
|
||||||
*(SORT_BY_ALIGNMENT(SORT_BY_NAME(.rodata*)))
|
*(SORT_BY_ALIGNMENT(SORT_BY_NAME(.rodata*)))
|
||||||
*(.eh_frame)
|
|
||||||
. = ALIGN(4);
|
. = ALIGN(4);
|
||||||
} >ram_data
|
} >ram_data
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user