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

Modified Paths:
--------------
    trunk/elfcopy/ascii.c
    trunk/elfcopy/binary.c
    trunk/elfcopy/elfcopy.h
    trunk/elfcopy/main.c
    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