------- Additional Comments From amodra at bigpond dot net dot au  2009-08-14 
04:07 -------
The linker script shown has two global wildcard matches.  As the ld info doc
says, this is slightly crazy.  They both match "test_new", so which one should
ld choose?  The most specific match?  How do you do that in general?  eg. is
"tes*" a better match than "*new" for "test_new"?  (If we make a special case
for "*", why stop there?)

-- 


http://sourceware.org/bugzilla/show_bug.cgi?id=10518

------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.


_______________________________________________
bug-binutils mailing list
bug-binutils@gnu.org
http://lists.gnu.org/mailman/listinfo/bug-binutils

Reply via email to