https://sourceware.org/bugzilla/show_bug.cgi?id=27666

--- Comment #12 from Alan Modra <amodra at gmail dot com> ---
> Of those with highest priority the first one matches.
No, not always.  If bfd_check_format_matches is called with non-NULL matching
vector, or bfd is built with ASSOCIATED_VECS defined, then we get "first one
matches".  Otherwise we get an ambiguous target result.  ASSOCIATED_VECS is how
--enable-targets=all gets special treatment.

I'd say we have two bugs: ASSOCIATED_VECS ought to be defined for any
--enable-targets, and bfd_check_format_matches should not change what matches
depending on its "matching" arg.

-- 
You are receiving this mail because:
You are on the CC list for the bug.

Reply via email to