diff options
author | Jake Ehrlich <jakehehrlich@google.com> | 2018-03-07 19:59:15 +0000 |
---|---|---|
committer | Jake Ehrlich <jakehehrlich@google.com> | 2018-03-07 19:59:15 +0000 |
commit | 0a151bd6efbf528026cba0786897cb0a60f63e8c (patch) | |
tree | cf4a8b060978c201722b965cde156f5ecc1da5f0 /lldb/packages/Python/lldbsuite/test/python_api | |
parent | 80ec0c3106fc3e35588b6a32a3f026f49634477c (diff) | |
download | bcm5719-llvm-0a151bd6efbf528026cba0786897cb0a60f63e8c.tar.gz bcm5719-llvm-0a151bd6efbf528026cba0786897cb0a60f63e8c.zip |
[llvm-objcopy] Add support for large indexes
Because of -ffunction-sections (and maybe other use cases I'm not aware of?) it
can occur that we need more than 0xfeff sections but ELF dosn't support that
many sections. To solve this problem SHN_XINDEX exists and with it come a whole
host of changes for section indexes everywhere. This change adds support for
those cases which should allow llvm-objcopy to copy binaries that have an
arbitrary number of sections.
Differential Revision: https://reviews.llvm.org/D42516
llvm-svn: 326940
Diffstat (limited to 'lldb/packages/Python/lldbsuite/test/python_api')
0 files changed, 0 insertions, 0 deletions