projects
/
oweals
/
u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2aeda2d
)
Blackfin: use sort funcs in the linker script
author
Mike Frysinger
<vapier@gentoo.org>
Fri, 15 Jan 2010 09:47:06 +0000
(
04:47
-0500)
committer
Mike Frysinger
<vapier@gentoo.org>
Sun, 17 Jan 2010 14:17:27 +0000
(09:17 -0500)
This is just Blackfin catching up with every one else.
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 deb94c976220609a560114e89258ba9a73d67366..5ee8eb3f7344be36c504be89ed3544439457583a 100644
(file)
--- a/
lib_blackfin/u-boot.lds.S
+++ b/
lib_blackfin/u-boot.lds.S
@@
-94,8
+94,7
@@
SECTIONS
.rodata :
{
. = ALIGN(4);
- *(.rodata .rodata.*)
- *(.rodata1)
+ *(SORT_BY_ALIGNMENT(SORT_BY_NAME(.rodata*)))
*(.eh_frame)
. = ALIGN(4);
} >ram_data