sbtools: generate a unique name for each section
commit98082437f364e55d8e2a6be7af8172113cb9dba8
authorpamaury <pamaury@a1c6a512-1295-4272-9138-f99709370657>
Mon, 2 May 2011 22:52:52 +0000 (2 22:52 +0000)
committerpamaury <pamaury@a1c6a512-1295-4272-9138-f99709370657>
Mon, 2 May 2011 22:52:52 +0000 (2 22:52 +0000)
tree4c90a026df3042c9d8d0d20bc470f2350b3d12aa
parent8cc26d1d3802c8dc7fbae244bea56841d7ee1104
sbtools: generate a unique name for each section
This allows to manipulate the elf file more easily with objcopy for example. Executable sections are named .text0, .text1, ..., bss sections are named .bss0, .bss1, ...

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@29817 a1c6a512-1295-4272-9138-f99709370657
utils/sbtools/elf.c