[DynInst_API:] [dyninst/dyninst] 3ac13c: Refactor common/src/Types.h (#1351)


Date: Tue, 10 Jan 2023 14:20:22 -0800
From: Tim Haines <noreply@xxxxxxxxxx>
Subject: [DynInst_API:] [dyninst/dyninst] 3ac13c: Refactor common/src/Types.h (#1351)
  Branch: refs/heads/master
  Home:   https://github.com/dyninst/dyninst
  Commit: 3ac13c33c804a9afa4bf57d561bbbc7a4c96ae5a
      https://github.com/dyninst/dyninst/commit/3ac13c33c804a9afa4bf57d561bbbc7a4c96ae5a
  Author: Tim Haines <thaines.astro@xxxxxxxxx>
  Date:   2023-01-10 (Tue, 10 Jan 2023)

  Changed paths:
    M common/src/Types.h
    M common/src/arch-x86.h

  Log Message:
  -----------
  Refactor common/src/Types.h (#1351)

* Remove double128_t

It's never used

* Replace custom limit macros with the ones from stdint

* Remove custom fixed-width types and limit macros

We require C++11, so just use the [c]stdint headers.

* Use correct signedness for Address comparison


[← Prev in Thread] Current Thread [Next in Thread→]
  • [DynInst_API:] [dyninst/dyninst] 3ac13c: Refactor common/src/Types.h (#1351), Tim Haines <=