RFR: 8295795: hsdis does not build with binutils 2.39+
Aleksey Shipilev
shade at openjdk.org
Mon Jan 23 14:16:38 UTC 2023
On Mon, 23 Jan 2023 14:00:14 GMT, Magnus Ihse Bursie <ihse at openjdk.org> wrote:
> Given that the capstone hsdis version can be made to match the binutil version in functionality, I think it would be a much saner path forward to focus on that implementation, and just bundle it with the JVM.
I wish Capstone was on-par with binutils, but it seems to be not, architecture support wise. For example, I don't see RISC-V support in Capstone. I think binutils supports basically all arches the GNU toolchains support, which allows building hsdis for all those arches, e.g. https://builds.shipilev.net/hsdis/ :)
-------------
PR: https://git.openjdk.org/jdk/pull/10817
More information about the build-dev
mailing list