ELF Tool Chain/elftoolchain 3756trunk/elfcopy sections.c

elfcopy: Use elf_getscn() instead of iterating over all sections

When removing a section, we would loop over all sections looking for
a corresponding relocation section.  With r348652 it is much faster
to just use elf_getscn().

Obtained from FreeBSD r348654 by markj.
DeltaFile
+13-15trunk/elfcopy/sections.c
+13-151 files

UnifiedSplitRaw