commit | 48fd45029c7147925f6b1fdd5d232b98c0b9b295 | [log] [tgz] |
---|---|---|
author | Mike Frysinger <vapier@gentoo.org> | Fri Jan 15 04:47:06 2010 -0500 |
committer | Mike Frysinger <vapier@gentoo.org> | Sun Jan 17 09:17:27 2010 -0500 |
tree | 2ed7fb00f57869048df06e533b8d5d4a0c71b939 | |
parent | 5e6362c0d052760e5a0112d838e5afbe6c6fe14a [diff] |
Blackfin: use sort funcs in the linker script This is just Blackfin catching up with every one else. 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 deb94c9..5ee8eb3 100644 --- a/lib_blackfin/u-boot.lds.S +++ b/lib_blackfin/u-boot.lds.S
@@ -94,8 +94,7 @@ .rodata : { . = ALIGN(4); - *(.rodata .rodata.*) - *(.rodata1) + *(SORT_BY_ALIGNMENT(SORT_BY_NAME(.rodata*))) *(.eh_frame) . = ALIGN(4); } >ram_data