aboutsummaryrefslogtreecommitdiff
path: root/llvm/lib/Target/PowerPC/Disassembler/PPCDisassembler.cpp
diff options
context:
space:
mode:
authorGeorgii Rymar <grimar@accesssoftek.com>2020-07-23 13:32:05 +0300
committerGeorgii Rymar <grimar@accesssoftek.com>2020-07-28 11:24:58 +0300
commitee068aafbc5c6722158d5113290a211503e1cfe4 (patch)
tree1931c3b0f765c4f3103f0f48374bc97cbe562978 /llvm/lib/Target/PowerPC/Disassembler/PPCDisassembler.cpp
parentad4ab81dccaa72d9b5137433a0923d325ff76135 (diff)
downloadllvm-ee068aafbc5c6722158d5113290a211503e1cfe4.zip
llvm-ee068aafbc5c6722158d5113290a211503e1cfe4.tar.gz
llvm-ee068aafbc5c6722158d5113290a211503e1cfe4.tar.bz2
[llvm-readelf] - Do not treat SHT_ANDROID_RELR sections the same as SHT_RELR.
Currently, when dumping section headers, llvm-readelf prints "RELR" for SHT_ANDROID_RELR/SHT_RELR sections. The behavior was introduced in D47919 and revealed in D84330. But "SHT_ANDROID_RELR" has a different value from "SHT_RELR". Also, "SHT_ANDROID_REL/SHT_ANDROID_RELA" are printed as "ANDROID_REL/ANDROID_RELA", what makes the handling of the "SHT_ANDROID_RELR" inconsistent. This patch makes llvm-readelf to print "ANDROID_RELR" instead of "RELR". Differential revision: https://reviews.llvm.org/D84393
Diffstat (limited to 'llvm/lib/Target/PowerPC/Disassembler/PPCDisassembler.cpp')
0 files changed, 0 insertions, 0 deletions