projects
/
u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ed912d4
)
Blackfin: drop .eh_frame from linker script
author
Mike Frysinger
<vapier@gentoo.org>
Fri, 15 Jan 2010 09:50:40 +0000
(
04:50
-0500)
committer
Mike Frysinger
<vapier@gentoo.org>
Sun, 17 Jan 2010 14:17:27 +0000
(09:17 -0500)
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>
lib_blackfin/u-boot.lds.S
patch
|
blob
|
history
diff --git
a/lib_blackfin/u-boot.lds.S
b/lib_blackfin/u-boot.lds.S
index
5ee8eb3
..
3be341f
100644
(file)
--- 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