Home
last modified time | relevance | path

Searched hist:"7283901 ae94bfa6255bd6099203113d91960be23" (Results 1 – 1 of 1) sorted by relevance

/freebsd/cddl/contrib/opensolaris/lib/libdtrace/common/
H A Ddt_link.cdiff 7283901ae94bfa6255bd6099203113d91960be23 Wed Feb 05 20:39:48 CET 2020 Brandon Bergren <bdragon@FreeBSD.org> [PowerPC] [DTrace] Add ELFv2 support in libdtrace

PPC64 ELFv2 acts like a "normal" platform in that it no longer needs
function descriptors. So, ensure we are only enabling them on ELFv1.

Additionally, ELFv2 requires that the ELF header have a nonzero e_flags,
so ensure that the synthesized ELF header in dt_link.c is setting it.

Reviewed by: jhibbits, markj
Approved by: gnn
Differential Revision: https://reviews.freebsd.org/D22403