On 05/02/18 12:06, H.J. Lu wrote: > - if (__builtin_expect (map->l_mach.plt, 0) == 0) > + /* Prelinked has been deprecated. */ > + if (__glibc_likely (map->l_mach.plt == 0)) do you know about an email thread/documentation on deprecating prelinking? (i'd like to have something to point users to when they ask for it)