[DynInst_API:] [dyninst/dyninst] 64499a: Fix return semantics on aarch64 and ppc (#1827)


Date: Sat, 07 Dec 2024 05:53:50 -0800
From: Tim Haines <noreply@xxxxxxxxxx>
Subject: [DynInst_API:] [dyninst/dyninst] 64499a: Fix return semantics on aarch64 and ppc (#1827)
  Branch: refs/heads/master
  Home:   https://github.com/dyninst/dyninst
  Commit: 64499aa3043006cc9ba7a1a5beff38001daaebd7
      https://github.com/dyninst/dyninst/commit/64499aa3043006cc9ba7a1a5beff38001daaebd7
  Author: Tim Haines <thaines.astro@xxxxxxxxx>
  Date:   2024-12-07 (Sat, 07 Dec 2024)

  Changed paths:
    M instructionAPI/src/InstructionDecoder-aarch64.C
    M instructionAPI/src/InstructionDecoder-power.C

  Log Message:
  -----------
  Fix return semantics on aarch64 and ppc (#1827)

* Revert changes to aarch64

Other parts of Dyninst assume that there is no AST for the implicit
case, causing test suite failures.

* Always create a branch target for bclr.

The bcIsConditional wasn't enough to determine if this is a return-from-
function instruction.



To unsubscribe from these emails, change your notification settings at https://github.com/dyninst/dyninst/settings/notifications
[← Prev in Thread] Current Thread [Next in Thread→]
  • [DynInst_API:] [dyninst/dyninst] 64499a: Fix return semantics on aarch64 and ppc (#1827), Tim Haines <=