[PATCH] D58173: [llvm-objcopy] Add --set-start, --change-start, --adjust-start
Eugene Leviant via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Feb 19 02:23:57 PST 2019
evgeny777 added a comment.
> I don't personally have a use case for this, but I could imagine a program with multiple possible start locations, and these switches allow switching between them. I'd like to here the concrete use case though.
This is used together with --update-section, because the latter can modify section and segment addresses. However `--update-section` flag is not yet supported. I had plans to support it
as well but it involves both section and segment modification. If segment modification is not desired in llvm-objcopy then this patch probably doesn't make much sense.
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D58173/new/
https://reviews.llvm.org/D58173
More information about the llvm-commits
mailing list