commit | 5b0d9811c5c1461a82447ae71a68fd8de4aa5c39 | [log] [tgz] |
---|---|---|
author | Mike Frysinger <vapier@gentoo.org> | Fri Jan 15 04:50:40 2010 -0500 |
committer | Mike Frysinger <vapier@gentoo.org> | Sun Jan 17 09:17:27 2010 -0500 |
tree | 19c7d914a3606a290bec8d9e28ccfa7bd9252b9b | |
parent | 48fd45029c7147925f6b1fdd5d232b98c0b9b295 [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>
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 @@ { . = ALIGN(4); *(SORT_BY_ALIGNMENT(SORT_BY_NAME(.rodata*))) - *(.eh_frame) . = ALIGN(4); } >ram_data