Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
scripts/readelf.py: Fix register display order in _dump_debug_frames_…
…interp According to binutils sources (function frame_display_row in binutils/dwarf.c), the apparent ordering of the ra register after other registers is merely a side effect of most architectures allocating a larger DWARF register number for their respective ra registers. This has no effect on all readelf test cases, but is necessary for a future LoongArch test binary to pass comparisons. Signed-off-by: WANG Xuerui <xen0n@gentoo.org>
- Loading branch information