Revision: 3756
          http://sourceforge.net/p/elftoolchain/code/3756
Author:   emaste
Date:     2019-06-28 01:15:04 +0000 (Fri, 28 Jun 2019)
Log Message:
-----------
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.

Modified Paths:
--------------
    trunk/elfcopy/sections.c

This was sent by the SourceForge.net collaborative development platform, the 
world's largest Open Source development site.



_______________________________________________
Elftoolchain-vcs-changes mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/elftoolchain-vcs-changes

Reply via email to