RFR: 8330988: Implementation of 8288293: Windows/gcc Port for hsdis

Magnus Ihse Bursie ihse at openjdk.org
Tue Apr 23 14:28:31 UTC 2024


On Tue, 23 Apr 2024 13:56:32 GMT, Julian Waters <jwaters at openjdk.org> wrote:

> WIP
> 
> This changeset contains hsdis for Windows/gcc Port. It supports both the binutils and capstone backends, though the LLVM backend is left out due to compatibility issues encountered during the build. Currently, which gcc distributions are supported is still to be clarified, as several, ranging from Cygwin, to MinGW64, to the gcc subsystems from MSYS2. For this reason, the build system hack in place at the moment to compile the binutils backend on Windows is still left in place, for now.

There's a huge amount of changes for just hsdis... You might have to separate out the infrastructure changes that seem to amount to most of the changes here.

This is going to take me a while to get through.

-------------

PR Comment: https://git.openjdk.org/jdk/pull/18915#issuecomment-2072458273


More information about the core-libs-dev mailing list