[PATCH] x86-64: Use __glibc_likely/__glibc_likely in dl-machine.h

Szabolcs Nagy szabolcs.nagy@arm.com
Mon Feb 5 12:22:00 GMT 2018


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)



More information about the Libc-alpha mailing list