aboutsummaryrefslogtreecommitdiff
path: root/lib_blackfin
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2010-01-15 04:50:40 -0500
committerMike Frysinger <vapier@gentoo.org>2010-01-17 09:17:27 -0500
commit846a6391e4bc9fdd721753a1021953ff0ca17c27 (patch)
tree19c7d914a3606a290bec8d9e28ccfa7bd9252b9b /lib_blackfin
parented912d4d659e67910edca04498803db24d826615 (diff)
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>
Diffstat (limited to 'lib_blackfin')
-rw-r--r--lib_blackfin/u-boot.lds.S1
1 files changed, 0 insertions, 1 deletions
diff --git a/lib_blackfin/u-boot.lds.S b/lib_blackfin/u-boot.lds.S
index 5ee8eb3f7..3be341fad 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