]> git.ipfire.org Git - people/ms/u-boot.git/commitdiff
Blackfin: use sort funcs in the linker script
authorMike Frysinger <vapier@gentoo.org>
Fri, 15 Jan 2010 09:47:06 +0000 (04:47 -0500)
committerMike 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

index deb94c976220609a560114e89258ba9a73d67366..5ee8eb3f7344be36c504be89ed3544439457583a 100644 (file)
@@ -94,8 +94,7 @@ SECTIONS
        .rodata :
        {
                . = ALIGN(4);
-               *(.rodata .rodata.*)
-               *(.rodata1)
+               *(SORT_BY_ALIGNMENT(SORT_BY_NAME(.rodata*)))
                *(.eh_frame)
                . = ALIGN(4);
        } >ram_data