From: Ed M. <em...@fr...> - 2019-06-29 14:36:41
|
On Fri, 28 Jun 2019 at 19:05, Ed Maste <em...@fr...> wrote: > > elfcopy: fix little-endian MIPS64 objects > https://reviews.freebsd.org/D15734 > https://reviews.freebsd.org/rS344855 > https://reviews.freebsd.org/rS339083 > https://reviews.freebsd.org/rS339473 This is (part of) ELF Tool Chain ticket #559, although I notice now that the FreeBSD commit did not address the /* TODO: Handle MIPS64 REL{,A} sections (ticket #559). */ in libelf_convert.m4, and in this commit the conversion is done in gelf_rel.c/gelf_rela.c, not as a translator. > readelf: decode flag bits in DT_FLAGS/DT_FLAGS_1 > https://reviews.freebsd.org/D18784 > https://reviews.freebsd.org/rS343593 > https://reviews.freebsd.org/rS343665 Committed to ELF Tool Chain as r3765. > readelf: decode FreeBSD note types > https://reviews.freebsd.org/rS343669 Committed to ELF Tool Chain as r3766. |