[U-Boot] [PATCH 32/32] Blackfin: drop .eh_frame from linker script
Mike Frysinger
vapier at gentoo.org
Sun Jan 17 15:39:23 CET 2010
Nothing in U-Boot uses runtime C++ exceptions/unwinding, so there is no
need to list this section.
Signed-off-by: Mike Frysinger <vapier at gentoo.org>
---
lib_blackfin/u-boot.lds.S | 1 -
1 files changed, 0 insertions(+), 1 deletions(-)
diff --git a/lib_blackfin/u-boot.lds.S b/lib_blackfin/u-boot.lds.S
index 5ee8eb3..3be341f 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
--
1.6.6
More information about the U-Boot
mailing list