https://sourceware.org/bugzilla/show_bug.cgi?id=32188
Bug ID: 32188
Summary: readelf (or objdump): add JSON dumping support
Product: binutils
Version: unspecified
Status: NEW
Severity: normal
Priority: P2
Component: binutils
Assignee: unassigned at sourceware dot org
Reporter: sam at gentoo dot org
CC: andi at firstfloor dot org, arsen at sourceware dot org,
i at maskray dot me, pinskia at gcc dot gnu.org
Target Milestone: ---
CPython has implemented a JIT which is reliant on LLVM for two things:
1) musttail (which Andi Kleen implemented in GCC for 15 now);
2) llvm-readobj's JSON support to dump relocations
pinskia mentioned this at
https://github.com/python/cpython/pull/113465/files/7026d0c9ac346a22e1abaf2a72de125dab6deeeb#r1437878481.
I think the equivalent for us is readelf/objdump (not really sure which the
best fit is). We should add JSON support for compatibility.
--
You are receiving this mail because:
You are on the CC list for the bug.