> > - if (__glibc_unlikely (consider_profiling)) > > + if (__glibc_unlikely (consider_profiling > > + && l->l_info[DT_PLTRELSZ] != NULL)) Put __glibc_unlikely just around consider_profiling. OK with that change.