diff options
author | Georgii Rymar <grimar@accesssoftek.com> | 2020-07-23 13:32:05 +0300 |
---|---|---|
committer | Georgii Rymar <grimar@accesssoftek.com> | 2020-07-28 11:24:58 +0300 |
commit | ee068aafbc5c6722158d5113290a211503e1cfe4 (patch) | |
tree | 1931c3b0f765c4f3103f0f48374bc97cbe562978 /llvm/lib/Target/PowerPC/Disassembler/PPCDisassembler.cpp | |
parent | ad4ab81dccaa72d9b5137433a0923d325ff76135 (diff) | |
download | llvm-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