This is the mail archive of the binutils@sourceware.org mailing list for the binutils project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

RE : PR22458, failure to choose a matching ELF target


Hi,
https://patches-gcc.linaro.org/patch/4729/

I am getting linker errors "Multiple Prevailing definition errors" in LTO
mode with the below changes.

       /* Don't check the default target twice.  */
       if (*target == &binary_vec-	  || (!abfd->target_defaulted &&
*target == save_targ)-	  || *(*target)->match_priority >
best_match)*+	  || (!abfd->target_defaulted && *target == save_targ))


removal of (*target)->match_priority > best_match)* is causing *the build
error for me.
could you re-look at this statement and can you explain the reason for
getting build errors.

Thanks,
Mahesh B


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]