]> git.wh0rd.org Git - elf2flt.git/commit
I've found the bug! A BSS link-once section was missing in elf2flt.ld.
authorDavid McCullough <davidm@snapgear.com>
Sun, 17 Aug 2003 23:41:40 +0000 (23:41 +0000)
committerDavid McCullough <davidm@snapgear.com>
Sun, 17 Aug 2003 23:41:40 +0000 (23:41 +0000)
commite9846f16d5901b489c9e4f2e8fdfd2171fa0166a
treecc5d94e8818689d96a96ebb28e55f68458f817a9
parent840e4e8bf259425b1281a5d48b87650138801608
I've found the bug! A BSS link-once section was missing in elf2flt.ld.
The old version of GCC probably didn't ever generate this kind of
section because it was placing everything in the data link-once section.

Patch from Bernardo Innocenti <bernie@develer.com>
elf2flt.ld