ELF Tool Chain/elftoolchain 3757trunk/elfcopy sections.c ascii.c

elfcopy: Use libelftc's string table routines to build .shstrtab.

This replaces some hand-rolled routines and is substantially faster
since libelftc uses a hash table for lookups and insertions, whereas
elfcopy would perform a linear scan of the table.

Obtained from FreeBSD r348657 by markj.
DeltaFile
+24-84trunk/elfcopy/sections.c
+0-6trunk/elfcopy/ascii.c
+3-3trunk/elfcopy/main.c
+1-4trunk/elfcopy/binary.c
+2-1trunk/elfcopy/elfcopy.h
+30-985 files

UnifiedSplitRaw