summaryrefslogtreecommitdiffstats
path: root/llvm/test/tools/llvm-objcopy/Inputs
diff options
context:
space:
mode:
authorJake Ehrlich <jakehehrlich@google.com>2017-09-20 17:22:06 +0000
committerJake Ehrlich <jakehehrlich@google.com>2017-09-20 17:22:06 +0000
commita45afd50d459a7ed66bd707779cd5d36ec77e945 (patch)
tree0ecb619f6b7afa065fe0885dd6d8c8012ac20928 /llvm/test/tools/llvm-objcopy/Inputs
parent2b281de5769e617eacd9816b69b7c2c53931872b (diff)
downloadbcm5719-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.sobin0 -> 9112 bytes
-rw-r--r--llvm/test/tools/llvm-objcopy/Inputs/dynsym.sobin0 -> 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
new file mode 100644
index 00000000000..cf5757d5931
--- /dev/null
+++ b/llvm/test/tools/llvm-objcopy/Inputs/dynamic.so
Binary files differ
diff --git a/llvm/test/tools/llvm-objcopy/Inputs/dynsym.so b/llvm/test/tools/llvm-objcopy/Inputs/dynsym.so
new file mode 100644
index 00000000000..2f62627543a
--- /dev/null
+++ b/llvm/test/tools/llvm-objcopy/Inputs/dynsym.so
Binary files differ
OpenPOWER on IntegriCloud