]> git.wh0rd.org Git - elf2flt.git/commit
Multiple sections of a given type are combined, and any holes between
authorGreg Ungerer <gerg@snapgear.com>
Thu, 22 May 2003 07:10:54 +0000 (07:10 +0000)
committerGreg Ungerer <gerg@snapgear.com>
Thu, 22 May 2003 07:10:54 +0000 (07:10 +0000)
commit7effaf6453fb488219a8412e004598c7fca3946c
treeac930b88f3f5485e092d6902d1793c7344ab3498
parent63887f1aa94f9812f4f7cf8179c4492ee0a3b3b2
Multiple sections of a given type are combined, and any holes between
sections are filled with zeroes.

This changes the definition of `text', `data', and `bss' to use the
flags set by BFD, rather than requiring hardwired input section names
(for the normal case where one is using GNU ld and the elf2flt.ld linker
script, this should produce identical results, as that only ever
produces the three well-defined sections anyway).

Patch from Miles Bader <miles@gnu.org>.
elf2flt.c