[llvm] r313772 - Reland "[llvm-objcopy] Add support for .dynamic, .dynsym, and .dynstr"
Jake Ehrlich via llvm-commits
llvm-commits at lists.llvm.org
Wed Sep 20 10:22:07 PDT 2017
Author: jakehehrlich
Date: Wed Sep 20 10:22:06 2017
New Revision: 313772
URL: http://llvm.org/viewvc/llvm-project?rev=313772&view=rev
Log:
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
Added:
llvm/trunk/test/tools/llvm-objcopy/Inputs/dynamic.so
llvm/trunk/test/tools/llvm-objcopy/Inputs/dynsym.so
Added: llvm/trunk/test/tools/llvm-objcopy/Inputs/dynamic.so
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/tools/llvm-objcopy/Inputs/dynamic.so?rev=313772&view=auto
==============================================================================
Binary files llvm/trunk/test/tools/llvm-objcopy/Inputs/dynamic.so (added) and llvm/trunk/test/tools/llvm-objcopy/Inputs/dynamic.so Wed Sep 20 10:22:06 2017 differ
Added: llvm/trunk/test/tools/llvm-objcopy/Inputs/dynsym.so
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/tools/llvm-objcopy/Inputs/dynsym.so?rev=313772&view=auto
==============================================================================
Binary files llvm/trunk/test/tools/llvm-objcopy/Inputs/dynsym.so (added) and llvm/trunk/test/tools/llvm-objcopy/Inputs/dynsym.so Wed Sep 20 10:22:06 2017 differ
More information about the llvm-commits
mailing list