mirror of
https://github.com/Stichting-MINIX-Research-Foundation/u-boot.git
synced 2025-08-15 01:36:08 -04:00
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>
This commit is contained in:
parent
2aeda2d054
commit
ed912d4d65
@ -94,8 +94,7 @@ SECTIONS
|
|||||||
.rodata :
|
.rodata :
|
||||||
{
|
{
|
||||||
. = ALIGN(4);
|
. = ALIGN(4);
|
||||||
*(.rodata .rodata.*)
|
*(SORT_BY_ALIGNMENT(SORT_BY_NAME(.rodata*)))
|
||||||
*(.rodata1)
|
|
||||||
*(.eh_frame)
|
*(.eh_frame)
|
||||||
. = ALIGN(4);
|
. = ALIGN(4);
|
||||||
} >ram_data
|
} >ram_data
|
||||||
|
Loading…
x
Reference in New Issue
Block a user