This is the mail archive of the elfutils-devel@sourceware.org mailing list for the elfutils project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

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


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

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]