[PATCH] Handle merged strtab/shstrtab string tables in strip and unstrip.

Mark Wielaard mjw at redhat.com
Mon Oct 5 19:57:43 UTC 2015


On Fri, Oct 02, 2015 at 11:05:06AM -0700, Roland McGrath wrote:
> The description sounds sensible but I have not tried to follow the code.

Thanks, pushed to master. The logic changes to the code aren't too
deep. They really just depend on the change tracking already being
correct and just add the possibility of strtab == shstrtab to the
tracking. For unstrip it is slightly more involved since it might
mean the string sections get merged, but for strip there is nothing
more to do since we already always add a new shstrtab section anyway.

Cheers,

Mark


More information about the elfutils-devel mailing list