set a standard brand info so applications on MIPS will get correct p_osrel
(without this patch p_osrel is 0, which is wrong)
Differential D7899
brand_info on MIPS br on Sep 15 2016, 3:59 PM. Authored by Tags None Referenced Files
Details
Diff Detail
Event TimelineComment Actions Should the BI_CAN_EXEC_DYN flag also be set? It seems to be on the other architectures. Comment Actions BI_CAN_EXEC_DYN actual meaning is the support for the PIE binaries. Does mips rtld handle them ? Generally all arches handle PIEs, but mips is the weirdest port with significant bugs in rtld part. |