]> git.kernelconcepts.de Git - karo-tx-uboot.git/commitdiff
Blackfin: drop .eh_frame from linker script
authorMike Frysinger <vapier@gentoo.org>
Fri, 15 Jan 2010 09:50:40 +0000 (04:50 -0500)
committerMike 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

index 5ee8eb3f7344be36c504be89ed3544439457583a..3be341fad0f327713d33344213ccf8bafe7448fc 100644 (file)
@@ -95,7 +95,6 @@ SECTIONS
        {
                . = ALIGN(4);
                *(SORT_BY_ALIGNMENT(SORT_BY_NAME(.rodata*)))
        {
                . = ALIGN(4);
                *(SORT_BY_ALIGNMENT(SORT_BY_NAME(.rodata*)))
-               *(.eh_frame)
                . = ALIGN(4);
        } >ram_data
 
                . = ALIGN(4);
        } >ram_data