Branch: refs/heads/master
Home: https://github.com/dyninst/dyninst
Commit: d82356b795db373fd66b098a8ba6073a07ba6089
https://github.com/dyninst/dyninst/commit/d82356b795db373fd66b098a8ba6073a07ba6089
Author: bbiiggppiigg <[email protected]>
Date: 2023-07-24 (Mon, 24 Jul 2023)
Changed paths:
M symtabAPI/src/Object-elf.C
Log Message:
-----------
Fix EM_AMDGPU to use RELA as Region Type (#1444)
According to the llvm page
https://llvm.org/docs/AMDGPUUsage.html#relocation-records
AMDGPU backend generates Elf64_Rela records.
This fix added the case for EM_AMDGPU to
static Region::RegionType getRelTypeByElfMachine
such that it uses RELA instead of the default REL type.
_______________________________________________
Dyninst-api mailing list
[email protected]
https://lists.cs.wisc.edu/mailman/listinfo/dyninst-api