From: Mike Frysinger Date: Fri, 15 Jan 2010 09:50:40 +0000 (-0500) Subject: Blackfin: drop .eh_frame from linker script X-Git-Tag: v2010.03-rc1~152^2 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=846a6391e4bc9fdd721753a1021953ff0ca17c27;p=u-boot 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 --- diff --git a/lib_blackfin/u-boot.lds.S b/lib_blackfin/u-boot.lds.S index 5ee8eb3f73..3be341fad0 100644 --- a/lib_blackfin/u-boot.lds.S +++ b/lib_blackfin/u-boot.lds.S @@ -95,7 +95,6 @@ SECTIONS { . = ALIGN(4); *(SORT_BY_ALIGNMENT(SORT_BY_NAME(.rodata*))) - *(.eh_frame) . = ALIGN(4); } >ram_data