OSDN Git Service

When compiled with CVS binutils, busybox fails to execute properly.
[uclinux-h8/elf2flt.git] / elf2flt.ld
index 19eab7c..c319e71 100644 (file)
@@ -19,8 +19,8 @@ SECTIONS {
                *(.glue_7t)
                *(.glue_7)
                *(.jcr)
-               *(.init)
-               *(.fini)
+               KEEP (*(.init))
+               KEEP (*(.fini))
 
 W_RODAT                *(.rodata)
 W_RODAT                *(.rodata1)