bug-binutils
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Bug binutils/4453] ar doesn't recognize ELF64 on mips


From: amodra at bigpond dot net dot au
Subject: [Bug binutils/4453] ar doesn't recognize ELF64 on mips
Date: 19 Jan 2008 13:14:48 -0000

------- Additional Comments From amodra at bigpond dot net dot au  2008-01-19 
13:14 -------
Created an attachment (id=2206)
 --> (http://sourceware.org/bugzilla/attachment.cgi?id=2206&action=view)
potential fix

ar tries to open the archive for all supported bfd targets.  Normally, bfd
checks that the first object in an archive is the same target as the archive to
count as a successful match, but it doesn't do this if the archive has no
armap.  When one of more of the ecoff targets is supported, the ecoff archive
check decides there is no armap (correctly, since there is no ecoff armap), so
the ecoff target is incorrectly taken to match.

-- 


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

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




reply via email to

[Prev in Thread] Current Thread [Next in Thread]