diff options
author | Jake Ehrlich <jakehehrlich@google.com> | 2017-09-20 17:22:06 +0000 |
---|---|---|
committer | Jake Ehrlich <jakehehrlich@google.com> | 2017-09-20 17:22:06 +0000 |
commit | a45afd50d459a7ed66bd707779cd5d36ec77e945 (patch) | |
tree | 0ecb619f6b7afa065fe0885dd6d8c8012ac20928 /llvm/test/tools/llvm-objcopy/Inputs | |
parent | 2b281de5769e617eacd9816b69b7c2c53931872b (diff) | |
download | bcm5719-llvm-a45afd50d459a7ed66bd707779cd5d36ec77e945.tar.gz bcm5719-llvm-a45afd50d459a7ed66bd707779cd5d36ec77e945.zip |
Reland "[llvm-objcopy] Add support for .dynamic, .dynsym, and .dynstr"
I did not upload two binaries that I reference in tests.
This change adds support for sections involved in dynamic loading such
as SHT_DYNAMIC, SHT_DYNSYM, and allocated string tables.
The two added binaries used for tests can be downloaded here and here
Differential Revision: https://reviews.llvm.org/D36560
llvm-svn: 313772
Diffstat (limited to 'llvm/test/tools/llvm-objcopy/Inputs')
-rw-r--r-- | llvm/test/tools/llvm-objcopy/Inputs/dynamic.so | bin | 0 -> 9112 bytes |
-rw-r--r-- | llvm/test/tools/llvm-objcopy/Inputs/dynsym.so | bin | 0 -> 13432 bytes |
2 files changed, 0 insertions, 0 deletions
diff --git a/llvm/test/tools/llvm-objcopy/Inputs/dynamic.so b/llvm/test/tools/llvm-objcopy/Inputs/dynamic.so Binary files differnew file mode 100644 index 00000000000..cf5757d5931 --- /dev/null +++ b/llvm/test/tools/llvm-objcopy/Inputs/dynamic.so diff --git a/llvm/test/tools/llvm-objcopy/Inputs/dynsym.so b/llvm/test/tools/llvm-objcopy/Inputs/dynsym.so Binary files differnew file mode 100644 index 00000000000..2f62627543a --- /dev/null +++ b/llvm/test/tools/llvm-objcopy/Inputs/dynsym.so |