Branch: refs/heads/thaines/amdgpu_compilation_fixes
Home: https://github.com/dyninst/dyninst
Commit: bf38b2a9db93bad303e091d1fafc88d178c9b1b6
https://github.com/dyninst/dyninst/commit/bf38b2a9db93bad303e091d1fafc88d178c9b1b6
Author: Tim Haines <thaines.astro@xxxxxxxxx>
Date: 2022-02-23 (Wed, 23 Feb 2022)
Changed paths:
M instructionAPI/src/AMDGPU/cdna2/InstructionDecoder-amdgpu-cdna2.h
Log Message:
-----------
Remove unused 'dyn_regs.h'
This was causing build errors on some compilers (but not all- weird).
Commit: 7ea903cd1c569bf6e58434666996ebe7dc9d32d4
https://github.com/dyninst/dyninst/commit/7ea903cd1c569bf6e58434666996ebe7dc9d32d4
Author: Tim Haines <thaines.astro@xxxxxxxxx>
Date: 2022-02-23 (Wed, 23 Feb 2022)
Changed paths:
M common/src/dyn_regs.C
M instructionAPI/src/Register.C
Log Message:
-----------
Fix 'unused-variable' warnings from gcc
Commit: 72ba3bb357dc41fa3eccfd47a9b7ae7a1c05dffb
https://github.com/dyninst/dyninst/commit/72ba3bb357dc41fa3eccfd47a9b7ae7a1c05dffb
Author: Tim Haines <thaines.astro@xxxxxxxxx>
Date: 2022-02-23 (Wed, 23 Feb 2022)
Changed paths:
M instructionAPI/src/AMDGPU/cdna2/InstructionDecoder-amdgpu-cdna2.C
M instructionAPI/src/AMDGPU/cdna2/decodeOperands.C
Log Message:
-----------
Fix 'unused-parameter' warnings from gcc
Compare: https://github.com/dyninst/dyninst/compare/bf38b2a9db93%5E...72ba3bb357dc
|