]> git.wh0rd.org Git - elf2flt.git/commit
When compiled with CVS binutils, busybox fails to execute properly.
authorDavid McCullough <davidm@snapgear.com>
Thu, 27 Nov 2008 12:20:48 +0000 (12:20 +0000)
committerDavid McCullough <davidm@snapgear.com>
Thu, 27 Nov 2008 12:20:48 +0000 (12:20 +0000)
commit5ad24f819ebe8c1f84d2beb61089663bb4619468
treeb8d8d15241579aa897ac64c4c5780c3721e43ea8
parent74bc20707d99079535bba6b5068dd9df50aa62be
When compiled with CVS binutils, busybox fails to execute properly.
That's because it's using --gc-sections, and the elf2flt linker script
allows the linker to remove parts of the .init and .fini sections.  This
patch fixes it.

Bernd Schmidt <bernds_cb1@t-online.de>
elf2flt.ld