We have a case that creates in the dynamic relocation table an R_X86_64_32S entry, which is not a valid dynamic relocation type at all.
Fixed by properly handle this in the back end.
Differential D44993
Do not create R_X86_64_32S in dyna relo tbl shenhan on Mar 28 2018, 12:21 PM. Authored by
Details
We have a case that creates in the dynamic relocation table an R_X86_64_32S entry, which is not a valid dynamic relocation type at all. Fixed by properly handle this in the back end.
Diff Detail
Event TimelineComment Actions LGTM
|
Please use clang-format. I believe that clang-format would align them vertically like before.